Is there an existing issue for this?
This issue exists in the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
7tv not loaded in iframe'd twitch chat.

Yes, i searched other issues, but seems like they closed as completed.
Expected Behavior
On twitch this is loaded ok, so i expect it to load in iframe.

Steps To Reproduce
I'm using this code to iframe chat
<iframe
v-if="chatUrl"
:src="`https://www.twitch.tv/embed/${user.login}/chat?parent=${window.location.host}`"
width="100%"
height="100%"
frameborder="0"
scrolling="no"
allowfullscreen="true"
>
</iframe>
Is there an existing issue for this?
This issue exists in the latest nightly version
What browsers are you seeing the problem on?
Firefox
Current Behavior
7tv not loaded in iframe'd twitch chat.

Yes, i searched other issues, but seems like they closed as completed.
Expected Behavior
On twitch this is loaded ok, so i expect it to load in iframe.

Steps To Reproduce
I'm using this code to iframe chat