Skip to content

Commit

Permalink
Merge pull request #11782 from nextcloud/bugfix/11099/fix-htaccess-re…
Browse files Browse the repository at this point in the history
…ferrer

Add "Referrer-Policy" to htaccess file, addresses issue #11099
  • Loading branch information
patschi authored Oct 13, 2018
2 parents 78589a2 + 8cdd906 commit 0fca815
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 0fca815

Please sign in to comment.