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

[tor-commits] [tor-launcher/master] Bug 16428: Use internal update URL



commit 06f135535fac7e79be9051229030d195a44c84a7
Author: Georg Koppen <gk@xxxxxxxxxxxxxx>
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:id>tor-launcher@xxxxxxxxxxxxxx</em:id>
         <em:version>0.2.7.6</em:version>
         <em:homepageURL>https://www.torproject.org/projects/torbrowser.html</em:homepageURL>
-        <em:updateURL>https://127.0.0.1/</em:updateURL>
+        <em:updateURL>data:text/plain,</em:updateURL>
+        <em:updateKey>-</em:updateKey>
 <!--
         <em:optionsURL>chrome://torlauncher/content/preferences.xul</em:optionsURL>
 -->

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