SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 40177f49 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Make CSP report only (worry about Google Scholar)

parent 6f4677e7
No related branches found
No related tags found
No related merge requests found
...@@ -70,4 +70,4 @@ sentry_sdk.init( ...@@ -70,4 +70,4 @@ sentry_sdk.init(
integrations=[DjangoIntegration()] integrations=[DjangoIntegration()]
) )
CSP_REPORT_URI = get_secret('CSP_SENTRY') CSP_REPORT_URI = get_secret('CSP_SENTRY')
CSP_REPORT_ONLY = False CSP_REPORT_ONLY = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment