Skip to content

Commit d095ca4

Browse files
author
Arne Tarara - Automated
committed
Merge remote-tracking branch 'upstream/main' into gmt-pinned-versions
2 parents 59c6723 + b0b8e9b commit d095ca4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bakerydemo/settings/base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,3 +249,5 @@
249249
CSP_BASE_URI = os.environ.get("CSP_BASE_URI").split(",")
250250
if "CSP_OBJECT_SRC" in os.environ:
251251
CSP_OBJECT_SRC = os.environ.get("CSP_OBJECT_SRC").split(",")
252+
if "CSP_REPORT_URI" in os.environ:
253+
CSP_REPORT_URI = os.environ.get("CSP_REPORT_URI")

0 commit comments

Comments
 (0)