From f2edbb6a16749b45f82bc47ead9eb98bb4b1b81a Mon Sep 17 00:00:00 2001 From: Picnoir Date: Tue, 2 Sep 2025 10:36:20 +0200 Subject: [PATCH] nixos/tests/pleroma: rm x-xss-protection See https://github.com/NixOS/nixpkgs/issues/438800 --- nixos/tests/pleroma.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/pleroma.nix b/nixos/tests/pleroma.nix index dec5840bec3c..793a034b3c66 100644 --- a/nixos/tests/pleroma.nix +++ b/nixos/tests/pleroma.nix @@ -244,7 +244,6 @@ import ./make-test-python.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;