Browse Source

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

Add "Referrer-Policy" to htaccess file, addresses issue #11099
pull/10439/head
Patrik Kernstock 7 years ago
committed by GitHub
parent
commit
0fca815b4d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .htaccess

1
.htaccess

@ -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>

Loading…
Cancel
Save