summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/icecat-disable-sync.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/patches/icecat-disable-sync.patch')
-rw-r--r--gnu/packages/patches/icecat-disable-sync.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/gnu/packages/patches/icecat-disable-sync.patch b/gnu/packages/patches/icecat-disable-sync.patch
new file mode 100644
index 0000000000..6d4459ee31
--- /dev/null
+++ b/gnu/packages/patches/icecat-disable-sync.patch
@@ -0,0 +1,9 @@
+--- a/browser/app/profile/icecat.js.orig 1980-01-01 18:59:51.000000000 -0500
++++ b/browser/app/profile/icecat.js 2019-10-25 06:24:03.065989309 -0400
+@@ -2275,3 +2275,6 @@
+ pref("general.buildID.override", "Gecko/20100101");
+ pref("general.oscpu.override", "Windows NT 6.1");
+ pref("general.platform.override", "Win32");
++
++// Disable Firefox Accounts and Sign in to Sync.
++pref("identity.fxaccounts.enabled", false);