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

Hi
i thing is parent option isue
try

<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: ['server.com']  <-------
  });
</script>