chrome/iron extension in iframe allow-same-origin blocked

Iron Forum for english speaking people

Post Reply
marka
Posts: 1
Joined: Sat Dec 05, 2015 2:35 pm

chrome/iron extension in iframe allow-same-origin blocked

Post by marka »

How to disable block script in sandbox iframe?

Code: Select all

<iframe sandbox="allow-same-origin"></iframe>
Error: "Blocked script execution in 'about:blank' because the document's frame is sandboxed and the 'allow-scripts' permission is not set"

(I can give an example of extension)
Post Reply