From 4a47b6c986401623bae405b2e12000106f2cf62c Mon Sep 17 00:00:00 2001
From: Alan Pearce
Date: Wed, 15 May 2024 22:28:08 +0200
Subject: update searchix
---
system/linde.nix | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
(limited to 'system')
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 = ''
-