From a1ae57fb35762f5f05d64a9e992a6a606f6e1af7 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Thu, 16 Apr 2026 03:40:45 +0200 Subject: [PATCH] dont enforce safe browsing --- apps/weblibre/assets/preferences/settings.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/apps/weblibre/assets/preferences/settings.json b/apps/weblibre/assets/preferences/settings.json index 451f7a72..e775c38d 100644 --- a/apps/weblibre/assets/preferences/settings.json +++ b/apps/weblibre/assets/preferences/settings.json @@ -5,15 +5,11 @@ "preferences": { "browser.safebrowsing.malware.enabled": { "value": true, - "title": "Enable malware protection", - "shouldBeDefault": true, - "enforceOnStartup": true + "title": "Enable malware protection" }, "browser.safebrowsing.phishing.enabled": { "value": true, - "title": "Enable phishing protection", - "shouldBeDefault": true, - "enforceOnStartup": true + "title": "Enable phishing protection" }, "browser.safebrowsing.downloads.remote.enabled": { "value": false,