|
@@ -249,3 +249,6 @@ if "CSP_DEFAULT_SRC" in os.environ:
|
|
|
CSP_BASE_URI = os.environ.get("CSP_BASE_URI").split(",")
|
|
|
if "CSP_OBJECT_SRC" in os.environ:
|
|
|
CSP_OBJECT_SRC = os.environ.get("CSP_OBJECT_SRC").split(",")
|
|
|
+ if "CSP_REPORT_URI" in os.environ:
|
|
|
+ CSP_REPORT_URI = os.environ.get("CSP_REPORT_URI")
|
|
|
+
|