mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
nixos/tests/pleroma: rm x-xss-protection
See https://github.com/NixOS/nixpkgs/issues/438800
(cherry picked from commit f2edbb6a16)
This commit is contained in:
committed by
github-actions[bot]
parent
13748590dc
commit
fb92a140f2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user