Calysto / metakernel

Jupyter/IPython Kernel Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

%jigsaw Processing / Python - Cross-origin frame issue

rsrini7 opened this issue · comments

I am getting below error from console when i hit %jigsaw Processing or Python.

Firefox:
SecurityError: Permission denied to access property "Blockly" on cross-origin object
http://localhost:8888/files/jigsaw-workspace-DIMJSX.html:1152:7

Chrome:
Uncaught DOMException: Blocked a frame with origin "null" from accessing a cross-origin frame.
at HTMLButtonElement.onclick (http://localhost:8888/files/jigsaw-workspace-DIMJSX.html:1144:118)

Thank you for reporting this.

ya true. Can we use "https://github.com/ternarylabs/porthole" to resolve this ?
or
X-Frame-Options should allowed from parent - jupyter ?

Resolved by installing a chrome extension :)
Ignore X-Frame headers

Thanks for reporting a work around!