test frame options

inex/test-systemd-rebuild
Inex Code 2024-02-19 15:12:17 +03:00
parent cafcd697f9
commit 1dcf1f78ba
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ in
add_header Strict-Transport-Security $hsts_header;
#add_header Content-Security-Policy "script-src 'self'; object-src 'none'; base-uri 'none';" always;
add_header 'Referrer-Policy' 'origin-when-cross-origin';
add_header X-Frame-Options DENY;
add_header X-Frame-Options SAMEORIGIN;
add_header X-Content-Type-Options nosniff;
add_header X-XSS-Protection "1; mode=block";
proxy_cookie_path / "/; secure; HttpOnly; SameSite=strict";