httpnginxiframex-frame-options

Nginx " X-Frame-Options" set to two values


I added this to my config: add_header X-Frame-Options "ALLOW-FROM http://167.235.117.189" always;. But Chrome says that there are two "X-Frame-Options" set. I searched with grep in my entire /etc/nginx directory but it only found the one I set. Can anybody help me?


Solution

  • I added this: fastcgi_hide_header X-Frame-Options; to my route config