##// END OF EJS Templates
Convert cpasted code to unicode on Python 2...
Convert cpasted code to unicode on Python 2 Closes gh-7676 No test, because this is very awkward code to test, but I can't reproduce the error manually after this change.

File last commit:

r19148:fe07146a
r20327:f1ebed45
Show More
__init__.py
4 lines | 263 B | text/x-python | PythonLexer
Kyle Kelley
One unified CSP report URI
r19148 # 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).
Kyle Kelley
csp_report_uri caused a cyclic dependency
r19143 csp_report_uri = r"/api/security/csp-report"