mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-27 15:59:29 +00:00
chore(Apache): Don't send the Referer header for cross-origin requests
Fixes #5252
This commit is contained in:
@@ -22,6 +22,9 @@ Alias /SOGo/WebServerResources/ \
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
# Don't send the Referer header for cross-origin requests
|
||||
Header always set Referrer-Policy "same-origin"
|
||||
|
||||
## Uncomment the following to enable proxy-side authentication, you will then
|
||||
## need to set the "SOGoTrustProxyAuthentication" SOGo user default to YES and
|
||||
## adjust the "x-webobjects-remote-user" proxy header in the "Proxy" section
|
||||
|
||||
Reference in New Issue
Block a user