We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd05749 commit 1f0aeacCopy full SHA for 1f0aeac
sentry/sentry.conf.example.py
@@ -322,8 +322,6 @@ def get_internal_network():
322
# Content Security Policy settings
323
##############################################
324
325
-if "csp.middleware.CSPMiddleware" not in MIDDLEWARE:
326
- MIDDLEWARE = ("csp.middleware.CSPMiddleware",) + MIDDLEWARE
327
# CSP_REPORT_URI = "https://{your-sentry-installation}/api/{csp-project}/security/?sentry_key={sentry-key}"
328
CSP_REPORT_ONLY = True
329
0 commit comments