Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Fixing patch 0014
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Sep 13, 2023
1 parent 0323b09 commit d9db420
Showing 1 changed file with 16 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,29 @@ index 0144fad99c..bd7609f6a1 100644
--- a/services/settings/Utils.sys.mjs
+++ b/services/settings/Utils.sys.mjs
@@ -95,9 +95,7 @@ function _isUndefined(value) {

export var Utils = {
get SERVER_URL() {
- return lazy.allowServerURLOverride
- ? lazy.gServerURL
- : AppConstants.REMOTE_SETTINGS_SERVER_URL;
+ return lazy.gServerURL;
},

CHANGES_PATH: "/buckets/monitor/collections/changes/changeset",
--
diff --git a/toolkit/modules/AppConstants.sys.mjs b/toolkit/modules/AppConstants.sys.mjs
index b430666f68..97a7e7a27d 100644
--- a/toolkit/modules/AppConstants.sys.mjs
+++ b/toolkit/modules/AppConstants.sys.mjs
@@ -418,7 +418,7 @@ export var AppConstants = Object.freeze({
#ifdef MOZ_THUNDERBIRD
false,
#else
- true,
+ false,
#endif

REMOTE_SETTINGS_DEFAULT_BUCKET:
--
2.39.2 (Apple Git-143)

0 comments on commit d9db420

Please sign in to comment.