SciPost Code Repository

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

Activate CSP for real (CSP_REPORT_ONLY now False on production)

parent 6ef32fa6
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,4 @@ sentry_sdk.init(
integrations=[DjangoIntegration()]
)
CSP_REPORT_URI = get_secret('CSP_SENTRY')
CSP_REPORT_ONLY = True
CSP_REPORT_ONLY = False
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