From aa7ab9483a64c43e77736917dd83841ccc437300 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Mon, 28 Oct 2019 00:11:46 -0400 Subject: Use legacy profiles Mark found that IceCat will otherwise prompt the user to create an account. * data/patches/legacy-profiles.pach: New file. * data/settings.js (identity.fxaccounts.enabled): Set to false. Co-Authored-By: Mike Gerwitz --- data/patches/legacy-profiles.patch | 11 +++++++++++ data/settings.js | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 data/patches/legacy-profiles.patch (limited to 'data') diff --git a/data/patches/legacy-profiles.patch b/data/patches/legacy-profiles.patch new file mode 100644 index 0000000..33e9e99 --- /dev/null +++ b/data/patches/legacy-profiles.patch @@ -0,0 +1,11 @@ +--- a/browser/moz.configure.orig 1980-01-01 18:59:51.000000000 -0500 ++++ b/browser/moz.configure 2019-10-26 21:58:37.719617701 -0400 +@@ -7,7 +7,7 @@ + imply_option('MOZ_PLACES', True) + imply_option('MOZ_SERVICES_HEALTHREPORT', True) + imply_option('MOZ_SERVICES_SYNC', True) +-imply_option('MOZ_DEDICATED_PROFILES', True) ++imply_option('MOZ_DEDICATED_PROFILES', False) + imply_option('MOZ_BLOCK_PROFILE_DOWNGRADE', True) + + with only_when(target_is_linux & compile_environment): diff --git a/data/settings.js b/data/settings.js index 03af220..7010eef 100644 --- a/data/settings.js +++ b/data/settings.js @@ -211,6 +211,9 @@ pref("toolkit.telemetry.enabled", false); pref("media.eme.enabled", false); pref("media.eme.apiVisible", false); +// Firefox Accounts +pref("identity.fxaccounts.enabled", false); + // WebRTC pref("media.peerconnection.enabled", true); // Don't reveal your internal IP when WebRTC is enabled -- cgit v1.2.3