Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2020-10-05 19:20:18 +0300
committerAleksander Machniak <alec@alec.pl>2020-10-05 19:20:18 +0300
commitd28984c1c0447b08f9784d60f1ff683735f0791c (patch)
treedd54cc7c5bd5b7fdd39380203bab39485b80e3f4 /.htaccess
parent4d67eeb1ee4b1410284b78418182b644fd81f8bd (diff)
Remove deprecated Content-Security-Policy "referrer no-referrer" (#7602)
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/.htaccess b/.htaccess
index e5d69f22c..3c4e5dfd4 100644
--- a/.htaccess
+++ b/.htaccess
@@ -68,9 +68,4 @@ Header set X-Robots-Tag "noindex, nofollow"
# It prevents Google Chrome and Internet Explorer from trying to mime-sniff the content-type of a response away from the one being declared by the server.
#Header set X-Content-Type-Options: "nosniff"
-# CSP - Content Security Policy
-# for better privacy/security ask browsers to not set the Referer
-# more flags for script, stylesheets and images available, read RFC for more information
-# Note: "Referrer-Policy: same-origin" is already set by php code.
-#Header set Content-Security-Policy "referrer no-referrer"
</IfModule>