for nginx, i have:
add_header X-Frame-Options SAMEORIGIN;
in /etc/nginx/snippets/ssl-params.conf
This fix the problem as well
for nginx, i have:
add_header X-Frame-Options SAMEORIGIN;
in /etc/nginx/snippets/ssl-params.conf
This fix the problem as well
Your a star @ntaken, this was driving me crazy, thanks so much!
Could you please tell the address of the file you made these changes in?