mirror of
https://codeberg.org/librewolf/source.git
synced 2024-12-22 05:33:03 -05:00
fix this one
This commit is contained in:
parent
ed9436f2cf
commit
86cb3f6a87
1 changed files with 0 additions and 13 deletions
|
@ -41,16 +41,3 @@ index a3100fa..c7bf03b 100644
|
|||
"stage-main":
|
||||
"https://settings.stage.mozaws.net/v1/buckets/main/collections/search-config/records",
|
||||
"stage-preview":
|
||||
diff --git a/toolkit/modules/AppConstants.jsm b/toolkit/modules/AppConstants.jsm
|
||||
index 9311d06..eb6cda1 100644
|
||||
--- a/toolkit/modules/AppConstants.jsm
|
||||
+++ b/toolkit/modules/AppConstants.jsm
|
||||
@@ -425,7 +425,7 @@ var AppConstants = Object.freeze({
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
"https://thunderbird-settings.thunderbird.net/v1",
|
||||
#else
|
||||
- "https://firefox.settings.services.mozilla.com/v1",
|
||||
+ "https://%.invalid",
|
||||
#endif
|
||||
|
||||
REMOTE_SETTINGS_VERIFY_SIGNATURE:
|
||||
|
|
Loading…
Reference in a new issue