mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
5 lines
263 B
Python
5 lines
263 B
Python
# URI for the CSP Report. Included here to prevent a cyclic dependency.
|
|
# csp_report_uri is needed both by the BaseHandler (for setting the report-uri)
|
|
# and by the CSPReportHandler (which depends on the BaseHandler).
|
|
csp_report_uri = r"/api/security/csp-report"
|