From 2f18bda0de5f3ba1d75d601fcc536515995a4327 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 6 Oct 2022 16:53:02 -0400 Subject: config: Add base-uri content security See previous commit for configuration change. --- config.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.json') diff --git a/config.json b/config.json index 43ec38f..8959411 100644 --- a/config.json +++ b/config.json @@ -108,6 +108,9 @@ }, "csp": { "block-all-mixed-content": "", + "base-uri": [ + "'self'" + ], "child-src": [ "'self'" ], -- cgit v1.2.3