Unverified Commit a0e8f351 authored by dish's avatar dish Committed by GitHub
Browse files

nixos/pixelfed: remove X-XSS-Protection header (#449589)

parents 1c1b8231 47a02936
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -524,7 +524,6 @@ in
          '';
          extraConfig = ''
            add_header X-Frame-Options "SAMEORIGIN";
            add_header X-XSS-Protection "1; mode=block";
            add_header X-Content-Type-Options "nosniff";
            index index.html index.htm index.php;
            error_page 404 /index.php;