##// END OF EJS Templates
Backport PR #6120: Only allow iframe embedding on same origin....
Backport PR #6120: Only allow iframe embedding on same origin. This sets the iframe security policy by default to only allow same origin embedding of the notebook. This can be overridden by changing `headers['X-Frame-Options']`.

File last commit:

r13941:e1eece1d
r17365:e35c0e60
Show More
404.html
5 lines | 122 B | text/html | HtmlLexer
{% extends "error.html" %}
{% block error_detail %}
<p>You are requesting a page that does not exist!</p>
{% endblock %}