Skip to content

Commit

Permalink
Merge pull request #11798 from nextcloud/backport/11782/stable14
Browse files Browse the repository at this point in the history
[stable14] Add "Referrer-Policy" to htaccess file, addresses issue #11099
  • Loading branch information
nickvergessen committed Oct 15, 2018
2 parents 91c44c8 + 2b0d0e5 commit c17ec81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit c17ec81

Please sign in to comment.