diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/linde.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/linde.nix b/system/linde.nix index 776265a4..8be5f47b 100644 --- a/system/linde.nix +++ b/system/linde.nix @@ -828,7 +828,6 @@ in contentSecurityPolicy = { script-src = [ "'self'" - "'unsafe-inline'" "https://gc.zgo.at" "https://js-de.sentry-cdn.com" "https://browser.sentry-cdn.com" @@ -838,9 +837,12 @@ in "https://searchix.goatcounter.com/count" "*.sentry.io" ]; + worker-src = [ + "blob:" + ]; }; extraHeadHTML = '' - <script + <script async src="https://js-de.sentry-cdn.com/d735e99613a86e1625fb85d0e8e762de.min.js" crossorigin="anonymous"></script> <script data-goatcounter="https://searchix.goatcounter.com/count" |