Skip to content

Commit

Permalink
Add "Referrer-Policy" to htaccess file, addresses issue #11099
Browse files Browse the repository at this point in the history
Signed-off-by: Patrik Kernstock <info@pkern.at>
  • Loading branch information
patschi committed Oct 11, 2018
1 parent 12f921f commit 8cdd906
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 8cdd906

Please sign in to comment.