##// END OF EJS Templates
Incompatibility notice on iframe embedding
rgbkrk -
Show More
@@ -0,0 +1,11 b''
1 The IPython Notebook and its APIs by default will only be allowed to be
2 embedded in an iframe on the same origin.
3
4 To override this, set ``headers[X-Frame-Options]`` to one of
5
6 * DENY
7 * SAMEORIGIN
8 * ALLOW-FROM uri
9
10 See `Mozilla's guide to X-Frame-Options<https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options>`_ for more examples.
11
General Comments 0
You need to be logged in to leave comments. Login now