Firefox is not allowed to open this embedded page

Hi there,

I’m trying to load an external page in the popup using the iframe element. It’s not working for some reason. It seems to be blocking the page. Is there an alternative?

@Max Glynt-Shop (custom css)

1 Like

Hi there, @Sina :waving_hand:

I’ve checked your widget in Chrome and also see the issue. The Developer Console shows the error: Refused to display ‘your website’ in a frame because it set ‘X-Frame-Options’ to 'sameorigin

The website glynt.com has configured the HTTP header X-Frame-Options: sameorigin , which only allows the page to be displayed in an iframe on the same domain. This is a security measure against clickjacking attacks.

If you’re the owner of this website, you can change the header to X-Frame-Options: allow-from https://your-website.com or remove it entirely.

Please let me know if this explains things or if you have any questions left :slightly_smiling_face:

1 Like

Hi @Max
Thank you for your effort in analyzing this.
Then I can’t solve what I had in mind.

1 Like

@Sina Oh, I am so sorry about that, but yes, this is the only possible solution :pensive_face:

If anything else comes up, I’ll be delighted to help!