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

See https://github.com/NixOS/nixpkgs/issues/438800

Picnoir f2edbb6a 3ffc00bb

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;