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 b0b8e9b commit eec76abCopy full SHA for eec76ab
bakerydemo/settings/base.py
@@ -249,5 +249,7 @@
249
CSP_BASE_URI = os.environ.get("CSP_BASE_URI").split(",")
250
if "CSP_OBJECT_SRC" in os.environ:
251
CSP_OBJECT_SRC = os.environ.get("CSP_OBJECT_SRC").split(",")
252
+ if "CSP_FRAME_SRC" in os.environ:
253
+ CSP_FRAME_SRC = os.environ.get("CSP_FRAME_SRC").split(",")
254
if "CSP_REPORT_URI" in os.environ:
255
CSP_REPORT_URI = os.environ.get("CSP_REPORT_URI")
0 commit comments