From 494f8c518598bfdd1596508e864a527ab677f3ea Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Tue, 15 Nov 2022 18:30:13 -0500 Subject: Add resistFingerprinting to IceCat settings --- data/patches/icecat-preferences.patch | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'data/patches/icecat-preferences.patch') diff --git a/data/patches/icecat-preferences.patch b/data/patches/icecat-preferences.patch index dc39a98..1d5f655 100644 --- a/data/patches/icecat-preferences.patch +++ b/data/patches/icecat-preferences.patch @@ -1,6 +1,6 @@ --- a/browser/components/preferences/privacy.inc.xhtml.orig 2021-08-17 15:38:19.838881866 -0400 +++ b/browser/components/preferences/privacy.inc.xhtml 2021-08-17 15:39:01.382760058 -0400 -@@ -632,6 +632,76 @@ +@@ -632,6 +632,83 @@ data-l10n-id="addressbar-suggestions-settings"/> @@ -45,6 +45,13 @@ + + + ++ ++ ++ ++ ++ + + @@ -79,7 +86,7 @@ hidden="true" --- a/browser/components/preferences/privacy.js.orig 2021-08-17 15:39:19.662709308 -0400 +++ b/browser/components/preferences/privacy.js 2021-08-17 16:10:17.129079115 -0400 -@@ -138,6 +138,16 @@ +@@ -138,6 +138,17 @@ { id: "browser.urlbar.suggest.topsites", type: "bool" }, { id: "browser.urlbar.suggest.engines", type: "bool" }, @@ -88,6 +95,7 @@ + { id: "browser.display.use_document_fonts", type: "int" }, + { id: "extensions.update.enabled", type: "bool" }, + { id: "network.http.referer.spoofSource", type: "bool" }, ++ { id: "privacy.resistFingerprinting", type: "bool" }, + { id: "webgl.disabled", type: "bool" }, + { id: "network.captive-portal-service.enabled", type: "bool" }, + { id: "network.connectivity-service.enabled", type: "bool" }, -- cgit v1.2.3