##// END OF EJS Templates
csp_report_uri caused a cyclic dependency
Kyle Kelley -
Show More
@@ -32,7 +32,7 b' from IPython.utils.path import filefind'
32 from IPython.utils.py3compat import string_types
32 from IPython.utils.py3compat import string_types
33 from IPython.html.utils import is_hidden, url_path_join, url_escape
33 from IPython.html.utils import is_hidden, url_path_join, url_escape
34
34
35 from IPython.html.services.security.handlers import csp_report_uri
35 from IPython.html.services.security import csp_report_uri
36
36
37 #-----------------------------------------------------------------------------
37 #-----------------------------------------------------------------------------
38 # Top-level handlers
38 # Top-level handlers
@@ -0,0 +1,1 b''
1 csp_report_uri = r"/api/security/csp-report"
General Comments 0
You need to be logged in to leave comments. Login now