Website showing up blank

I’m not sure if anyone else is having this issue or not but I just finished my website and went live and now I have encountered a very strange issue. When the site is visited from Safari or Internet Explorer everything is fine. However, when it is visited from Google Chrome or Firefox it doesn’t. On Google Chrome it shows up as just a blank screen but on Firefox I am encountering an error that says

“Blocked by Content Security Policy. This page has a content security policy that prevents it from being embedded in this way. Firefox prevented this page from loading in this way because the page has a content security policy that disallows it.”

I’m not sure what to do in order to fix it. Has anyone else encountered this or does any one have any ideas?

Can you please share your project’s public link so it’s easier to understand your issue?

Learn how to do it here: Share a read-only link | Webflow University

same thing happens to my site. never really sure how it looks on different devices as it looks right in designer but not when looking on devices and is sometimes blocked as you mentioned.

can you provide your read-only link so the community can help troubleshoot the issue?

Yes I apologize for not sharing it before. It is → https://preview.webflow.com/preview/simplepriceprep?preview=accc9543f8d972b468cbb7ba28f61cec

I also have my domain forwarding to it. I don’t know if that might be the issue or not. My domain is www.simplepriceprep.com

Thank you for your help.

Refused to display 'http://simplepriceprep.webflow.io/' in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' https://*.webflow.com http://*.webflow.com http://*.webflow.io http://webflow.com https://webflow.com".

You’re trying to show your website simplepriceprep.webflow.io on your domain, but Webflow doesn’t allow to use iframes to show websites hosted on webflow.io domains.

See: http://simplepriceprep.webflow.io/ this one works well, but www.simplepriceprep.com not because your code:

<frameset rows="100%,*" border="0">
  <frame src="http://simplepriceprep.webflow.io" frameborder="0" />
  <frame frameborder="0" noresize />
</frameset>

tries to show webflow website in an iframe. Why don’t you link your domain into Webflow?

Thank you. I didn’t know how to do that. I knew how to forward my domain that I have but didn’t know how to use my domain on webflow.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.