__init__.py 263 B

1234
  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).
  4. csp_report_uri = r"/api/security/csp-report"