HTTP header improvements (#294)
[akkoma] / docs / docs / configuration / i2p.md
index fecf66a8441d46486b7d43e3afa8663d19bfb18f..ec6266ab7dc09ff85efe2a1550b6a77edab1cafa 100644 (file)
@@ -155,12 +155,11 @@ server {
 
     location / {
 
-        add_header X-XSS-Protection "1; mode=block";
+        add_header X-XSS-Protection "0";
         add_header X-Permitted-Cross-Domain-Policies none;
         add_header X-Frame-Options DENY;
         add_header X-Content-Type-Options nosniff;
         add_header Referrer-Policy same-origin;
-        add_header X-Download-Options noopen;
 
         proxy_http_version 1.1;
         proxy_set_header Upgrade $http_upgrade;