##// END OF EJS Templates
Remove py3compat.open in favour of io.open
Remove py3compat.open in favour of io.open

File last commit:

r17236:12d9643e
r17299:154e8d32
Show More
incompat-only-same-origin-iframe-embedding.rst
11 lines | 344 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-only-same-origin-iframe-embedding.rst

The IPython Notebook and its APIs by default will only be allowed to be embedded in an iframe on the same origin.

To override this, set headers[X-Frame-Options] to one of

  • DENY
  • SAMEORIGIN
  • ALLOW-FROM uri

See `Mozilla's guide to X-Frame-Options<https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options>`_ for more examples.