
commit 7779e8a8dbfa81c01a2fbc3be596f851e54176ad Author: Georg Koppen <gk@torproject.org> Date: Thu Aug 30 20:49:15 2018 +0000 Bug 27392: Update Moat URLs --- src/defaults/preferences/prefs.js | 6 +++--- src/install.rdf | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/defaults/preferences/prefs.js b/src/defaults/preferences/prefs.js index 938e1b8..dcddb1b 100644 --- a/src/defaults/preferences/prefs.js +++ b/src/defaults/preferences/prefs.js @@ -46,9 +46,9 @@ pref("extensions.torlauncher.torrc_path", ""); pref("extensions.torlauncher.tordatadir_path", ""); // BridgeDB-related preferences (used for Moat). -pref("extensions.torlauncher.bridgedb_front", "dontbeevil.appspot.com"); -pref("extensions.torlauncher.bridgedb_reflector", "https://tor-bridges-hyphae-channel.appspot.com"); -pref("extensions.torlauncher.moat_service", "https://bridges.torproject.org/moat"); +pref("extensions.torlauncher.bridgedb_front", "ajax.aspnetcdn.com"); +pref("extensions.torlauncher.bridgedb_reflector", "https://onionquiche.azureedge.net/"); +pref("extensions.torlauncher.moat_service", "https://moat.onionlab.eu/moat"); pref("extensions.torlauncher.bridgedb_bridge_type", "obfs4"); // Recommended default bridge type (can be set per localized bundle). diff --git a/src/install.rdf b/src/install.rdf index e7d7cc9..bb5ab52 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -7,7 +7,7 @@ <em:creator>The Tor Project, Inc.</em:creator> <em:contributor>Pearl Crescent, LLC</em:contributor> <em:id>tor-launcher@torproject.org</em:id> - <em:version>0.2.16.2</em:version> + <em:version>0.2.16.3</em:version> <em:multiprocessCompatible>true</em:multiprocessCompatible> <em:homepageURL>https://www.torproject.org/projects/torbrowser.html</em:homepageURL> <em:updateURL>data:text/plain,</em:updateURL>