##// END OF EJS Templates
Merge pull request #6074 from dsblank/master...
Merge pull request #6074 from dsblank/master Updated license to include CC BY 4.0 for documentation

File last commit:

r17236:12d9643e
r17280:e07f2321 merge
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
rgbkrk
Incompatibility notice on iframe embedding
r17236 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.