chrome/iron extension in iframe allow-same-origin blocked
Posted: Sat Dec 05, 2015 2:57 pm
How to disable block script in sandbox 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)
Code: Select all
<iframe sandbox="allow-same-origin"></iframe>
(I can give an example of extension)