Skip to content

Commit

Permalink
Revert csp setting
Browse files Browse the repository at this point in the history
  • Loading branch information
amickan committed Jan 24, 2025
1 parent 6b92ab5 commit 3526456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1443,7 +1443,7 @@ def sentry_before_send(event, hint):
# CONTENT SECURITY POLICY
##########################

CSP_REPORT_ONLY = strtobool(os.environ.get("CSP_REPORT_ONLY", "True"))
CSP_REPORT_ONLY = strtobool(os.environ.get("CSP_REPORT_ONLY", "False"))

CSP_REPORT_URI = os.environ.get("CSP_REPORT_URI")
CSP_REPORT_PERCENTAGE = float(os.environ.get("CSP_REPORT_PERCENTAGE", "0"))
Expand Down

0 comments on commit 3526456

Please sign in to comment.