commit 2b9497e060ac6e9610b695102e087b74a4474d19 Author: Georg Koppen gk@torproject.org Date: Wed Jun 24 10:30:04 2015 +0000
Bug 16427: 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/install.rdf b/src/install.rdf index ae087f7..86a87db 100644 --- a/src/install.rdf +++ b/src/install.rdf @@ -10,8 +10,8 @@ em:homepageURLhttps://www.torproject.org/projects/torbrowser.html.en</em:homepageURL> em:optionsURLchrome://torbutton/content/preferences.xul</em:optionsURL> em:iconURLchrome://torbutton/skin/tor.png</em:iconURL> - em:updateURLhttps://127.0.0.1/</em:updateURL> - <!-- <em:updateKey></em:updateKey> --> + em:updateURLdata:text/plain,</em:updateURL> + em:updateKey-</em:updateKey> <!-- firefox --> em:targetApplication <Description>
tbb-commits@lists.torproject.org