Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/jupyter_server/services/security/__init__.py: 100%

Shortcuts on this page

r m x   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1 statements  

1# URI for the CSP Report. Included here to prevent a cyclic dependency. 

2# csp_report_uri is needed both by the BaseHandler (for setting the report-uri) 

3# and by the CSPReportHandler (which depends on the BaseHandler). 

4csp_report_uri = r"/api/security/csp-report"