commit 06f135535fac7e79be9051229030d195a44c84a7 Author: Georg Koppen gk@torproject.org Date: Wed Jun 24 10:26:10 2015 +0000
Bug 16428: Use internal update URL
We avoid using https://127.0.0.1 as update URL in order to omit scary Tor warnings (see: #13129). --- src/install.rdf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/install.rdf b/src/install.rdf index 2e9babc..0b8fc34 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -9,7 +9,8 @@ em:idtor-launcher@torproject.org</em:id> em:version0.2.7.6</em:version> em:homepageURLhttps://www.torproject.org/projects/torbrowser.html</em:homepageURL> - em:updateURLhttps://127.0.0.1/</em:updateURL> + em:updateURLdata:text/plain,</em:updateURL> + em:updateKey-</em:updateKey> <!-- <em:optionsURL>chrome://torlauncher/content/preferences.xul</em:optionsURL> -->
tbb-commits@lists.torproject.org