HTTP header improvements (#294)
[akkoma] / docs / docs / configuration / onion_federation.md
index 499b4a693dc57d0cc8a8b9ed45c3d1b2ba5bfb5c..e4ae15fd292e6390315320501eeb6571952f83ea 100644 (file)
@@ -99,12 +99,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;