[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 2b9497e060ac6e9610b695102e087b74a4474d19
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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>



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits