summarylogtreecommitdiffstats
path: root/disable-settings-services.patch
blob: d869bff6b4ef11c6e3d1a8199569a17fb525a16c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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",