set X-Frame-Options to SAMEORIGIN
This commit is contained in:
parent
5b1932385a
commit
913f8ce5db
@ -13,7 +13,7 @@ proxy_set_header Host $host;
|
|||||||
|
|
||||||
proxy_hide_header X-Powered-By;
|
proxy_hide_header X-Powered-By;
|
||||||
proxy_hide_header X-Frame-Options;
|
proxy_hide_header X-Frame-Options;
|
||||||
add_header X-Frame-Options DENY;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
proxy_hide_header X-XSS-Protection;
|
proxy_hide_header X-XSS-Protection;
|
||||||
add_header X-XSS-Protection 0;
|
add_header X-XSS-Protection 0;
|
||||||
proxy_hide_header X-Content-Type-Options;
|
proxy_hide_header X-Content-Type-Options;
|
||||||
|
Loading…
Reference in New Issue
Block a user