Page 1 of 1

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

Posted: Sat Dec 05, 2015 2:57 pm
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)