Refused to frame 'https://embed.twitch.tv/' because an ancestor violates the following Content Security Policy directive

I have no idea what the iframe is for wix’es editor is, I don’t use wix

I was asleep, there is no need to bump threads

IE is dead/deprecated doesn’t implement new browser features

Checking https://sourceinvite.wixsite.com/sourceinvite/streams

has the iframe of

https://sourceinvite-wixsite-com.filesusr.com/html/ff247d_a61dced71f0dc378928cbf0b15b78b5d.html

Which has no parents


<html>
  <body>
    <div id="twitch-embed"></div>
    <script src="https://embed.twitch.tv/embed/v1.js"></script>
    <script type="text/javascript">
      new Twitch.Embed("twitch-embed", {
        width: '100%',
        height: '100%',
        channel: "sourceinvite",
      });
    </script>
  </body>
</html>

Should be


<html>
  <body>
    <div id="twitch-embed"></div>
    <script src="https://embed.twitch.tv/embed/v1.js"></script>
    <script type="text/javascript">
      new Twitch.Embed("twitch-embed", {
        width: '100%',
        height: '100%',
        channel: "sourceinvite",
        parent: ["sourceinvite-wixsite-com.filesusr.com", "sourceinvite.wixsite.com"]
      });
    </script>
  </body>
</html>

If you are using Wix please see the great big Wix thread

Otherwise