Add X-Permitted-Cross-Domain-Policies
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
11189cffe7
commit
ba554095f1
@ -13,6 +13,9 @@ add_header X-Content-Type-Options "nosniff" always;
|
|||||||
proxy_hide_header X-Frame-Options;
|
proxy_hide_header X-Frame-Options;
|
||||||
add_header X-Frame-Options "SAMEORIGIN" always;
|
add_header X-Frame-Options "SAMEORIGIN" always;
|
||||||
|
|
||||||
|
proxy_hide_header X-Permitted-Cross-Domain-Policies;
|
||||||
|
add_header X-Permitted-Cross-Domain-Policies "none" always;
|
||||||
|
|
||||||
# Obsolete and replaced by Content-Security-Policy
|
# Obsolete and replaced by Content-Security-Policy
|
||||||
# Only here to pass Hardenize checks
|
# Only here to pass Hardenize checks
|
||||||
proxy_hide_header X-XSS-Protection;
|
proxy_hide_header X-XSS-Protection;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user