[tor-commits] [torbutton/master] Bug 16427: Use internal update URL

mikeperry at torproject.org mikeperry at torproject.org
Thu Jun 25 02:48:14 UTC 2015


commit 2b9497e060ac6e9610b695102e087b74a4474d19
Author: Georg Koppen <gk at 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:homepageURL>https://www.torproject.org/projects/torbrowser.html.en</em:homepageURL>
         <em:optionsURL>chrome://torbutton/content/preferences.xul</em:optionsURL>
         <em:iconURL>chrome://torbutton/skin/tor.png</em:iconURL>
-        <em:updateURL>https://127.0.0.1/</em:updateURL>
-      <!--  <em:updateKey></em:updateKey> -->
+        <em:updateURL>data:text/plain,</em:updateURL>
+        <em:updateKey>-</em:updateKey>
         <!-- firefox -->
         <em:targetApplication>
             <Description>





More information about the tor-commits mailing list