mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
use html-sanitizer instead of html-css
always scrub css (for now)
This commit is contained in:
parent
eec5d427a4
commit
c298670a4b
@ -291,7 +291,7 @@ class="notebook_app"
|
||||
|
||||
{{super()}}
|
||||
|
||||
<script src="{{ static_url("components/google-caja/google-caja/html-css-sanitizer-minified.js") }}" charset="utf-8"></script>
|
||||
<script src="{{ static_url("components/google-caja/google-caja/html-sanitizer-minified.js") }}" charset="utf-8"></script>
|
||||
<script src="{{ static_url("components/codemirror/lib/codemirror.js") }}" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
CodeMirror.modeURL = "{{ static_url("components/codemirror/mode/%N/%N.js", include_version=False) }}";
|
||||
|
Loading…
x
Reference in New Issue
Block a user