##// END OF EJS Templates
Backport PR #6556: Use some more informative asserts in inprocess kernel tests...
Backport PR #6556: Use some more informative asserts in inprocess kernel tests Prompted by gh-6552 (but doesn't fix it)

File last commit:

r17365:e35c0e60
r18057:425d822a
Show More
incompat-only-same-origin-iframe-embedding.rst
10 lines | 343 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.