diff options
Diffstat (limited to 'data/patches/disable-settings-services.patch')
-rw-r--r-- | data/patches/disable-settings-services.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/data/patches/disable-settings-services.patch b/data/patches/disable-settings-services.patch deleted file mode 100644 index a79d0e4..0000000 --- a/data/patches/disable-settings-services.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- a/services/settings/Utils.jsm.orig 2021-08-17 16:32:27.475448626 -0400 -+++ b/services/settings/Utils.jsm 2021-08-17 16:32:40.859457980 -0400 -@@ -60,12 +60,7 @@ - ); - const isXpcshell = env.exists("XPCSHELL_TEST_PROFILE_DIR"); - const isNotThunderbird = AppConstants.MOZ_APP_NAME != "thunderbird"; -- return AppConstants.RELEASE_OR_BETA && -- !Cu.isInAutomation && -- !isXpcshell && -- isNotThunderbird -- ? "https://firefox.settings.services.mozilla.com/v1" -- : gServerURL; -+ return gServerURL; - }, - - CHANGES_PATH: "/buckets/monitor/collections/changes/changeset", |