Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #157 from jwhitlock/csp-enforce-stage-948151
Browse files Browse the repository at this point in the history
bug 948151: Enforce CSP in staging
  • Loading branch information
escattone committed Nov 7, 2018
2 parents 29fb1f0 + 38861b0 commit 60192a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mdn/mdn-aws/k8s/regions/oregon/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export KUMA_CELERY_ALWAYS_EAGER=False
export KUMA_CELERYD_MAX_TASKS_PER_CHILD=0
export KUMA_CSP_ENABLE_MIDDLEWARE=True
export KUMA_CSP_REPORT_ENABLE=True
export KUMA_CSP_REPORT_ONLY=True
export KUMA_CSP_REPORT_ONLY=False
export KUMA_CSP_REPORT_URI=https://sentry.prod.mozaws.net/api/72/security/?sentry_key=25e652a045b642dfaa310e92e800058a
export KUMA_CSRF_COOKIE_SECURE=True
export KUMA_DEBUG=False
Expand Down

0 comments on commit 60192a9

Please sign in to comment.