diff options
Diffstat (limited to 'data/patches/disable-settings-services.patch')
-rw-r--r-- | data/patches/disable-settings-services.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/patches/disable-settings-services.patch b/data/patches/disable-settings-services.patch new file mode 100644 index 0000000..d869bff --- /dev/null +++ b/data/patches/disable-settings-services.patch @@ -0,0 +1,13 @@ +--- a/services/settings/Utils.jsm ++++ b/services/settings/Utils.jsm +@@ -59,9 +59,7 @@ + Ci.nsIEnvironment + ); + const isXpcshell = env.exists("XPCSHELL_TEST_PROFILE_DIR"); +- return AppConstants.RELEASE_OR_BETA && !Cu.isInAutomation && !isXpcshell +- ? "https://firefox.settings.services.mozilla.com/v1" +- : gServerURL; ++ return gServerURL; + }, + + CHANGES_PATH: "/buckets/monitor/collections/changes/records", |