nixos/tests/pleroma: rm x-xss-protection

See https://github.com/NixOS/nixpkgs/issues/438800
This commit is contained in:
Picnoir
2025-09-02 10:36:20 +02:00
parent 3ffc00bb17
commit f2edbb6a16

View File

@@ -244,7 +244,6 @@ import ./make-test-python.nix (
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
return 204; return 204;
} }
add_header X-XSS-Protection "1; mode=block";
add_header X-Permitted-Cross-Domain-Policies none; add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options DENY; add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff; add_header X-Content-Type-Options nosniff;