commit 7994ee0d77d609d8f692675147a7fcf32c0301b8 Author: Mike Perry mikeperry-git@torproject.org Date: Mon Feb 3 10:50:12 2014 -0800
Bug #10682: Workaround to really disable updates for Tor Launcher.
Without an update URL specified, Firefox will still ping addons.mozilla.org for an update. If someone manages to register a fake Tor Launcher at our UUID, it could get pushed out to users. --- src/install.rdf | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/install.rdf b/src/install.rdf index f2da944..3dd7640 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -9,6 +9,7 @@ em:idtor-launcher@torproject.org</em:id> em:version0.2.4.3</em:version> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html</em:homepageURL> + em:updateURLhttps://127.0.0.1/</em:updateURL> <!-- <em:optionsURL>chrome://torlauncher/content/preferences.xul</em:optionsURL> -->
tor-commits@lists.torproject.org