nixos/tests/pleroma: rm x-xss-protection (#439464)

Changed files
-1
nixos
tests
-1
nixos/tests/pleroma.nix
···
if ($request_method = OPTIONS) {
return 204;
}
-
add_header X-XSS-Protection "1; mode=block";
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
···
if ($request_method = OPTIONS) {
return 204;
}
add_header X-Permitted-Cross-Domain-Policies none;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;