diff --git a/proxy-params.conf b/proxy-params.conf index 2693d13..2b0c10d 100644 --- a/proxy-params.conf +++ b/proxy-params.conf @@ -13,7 +13,7 @@ proxy_set_header Host $host; proxy_hide_header X-Powered-By; proxy_hide_header X-Frame-Options; -add_header X-Frame-Options DENY; +add_header X-Frame-Options SAMEORIGIN; proxy_hide_header X-XSS-Protection; add_header X-XSS-Protection 0; proxy_hide_header X-Content-Type-Options;