Hi all, I am trying to embed an iframe in my tg mini app application written in React, however when inserting an iframe Such as this one
“<iframe src=\“Twitch Error frameborder=“0” allowfullscreen=“” allow=“accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share” referrerpolicy=“strict-origin-when-cross-origin” scrolling=“no” height=“400” width=“529”>”
I get the error Refused to frame ‘https://player.twitch.tv/’ because an ancestor violates the following Content Security Policy directive: “frame-ancestors https://bigstreamerbot.io https://www.bigstreamerbot.io”.
I think I entered all available domains for my site, but it doesn’t help.
SRC attribute :src=“https://layer.twitch.tv/?channel=stewie2k&parent=bigstreamerbot.io&parent=www.bigstreamerbot.io”(p is missing with goal)
Link to the page with the broken embed?
What error is presented in the console?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.