Hi,
My site runs at domain.com (no www).
I'm getting this error:
Refused to frame 'https://domain.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors https://*.domain.com".
I did try adding .htaccess:
Header add Content-Security-Policy "frame-ancestors 'domain.com';"
But it did not work.
Any ideas?
Thanks
Alex