Merge pull request #11782 from nextcloud/bugfix/11099/fix-htaccess-referrer

Add "Referrer-Policy" to htaccess file, addresses issue #11099
This commit is contained in:
Patrik Kernstock 2018-10-13 18:17:22 +02:00 committed by GitHub
commit 0fca815b4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
Header set X-Robots-Tag "none"
Header set X-Download-Options "noopen"
Header set X-Permitted-Cross-Domain-Policies "none"
Header set Referrer-Policy "no-referrer"
SetEnv modHeadersAvailable true
</IfModule>