[or-cvs] [https-everywhere/master 183/291] From http, not from https
schoen at torproject.org
schoen at torproject.org
Sat Oct 30 00:32:41 UTC 2010
Author: Mike Cardwell <github at grepular.com>
Date: Wed, 13 Oct 2010 16:38:40 +0100
Subject: From http, not from https
Commit: 8d6c1dbe036afd4c170d0504aeb719c1f6182455
---
src/chrome/content/rules/Egg.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/chrome/content/rules/Egg.xml b/src/chrome/content/rules/Egg.xml
index 870ad89..9e52770 100644
--- a/src/chrome/content/rules/Egg.xml
+++ b/src/chrome/content/rules/Egg.xml
@@ -1,4 +1,4 @@
<ruleset name="Egg">
-<rule from="^https://((new|www)\.)?egg\.com/" to="https://new.egg.com/" />
-<rule from="^https://((your|phonehome)\.)egg\.com/" to="https://$2.egg.com/" />
+<rule from="^http://((new|www)\.)?egg\.com/" to="https://new.egg.com/" />
+<rule from="^http://((your|phonehome)\.)egg\.com/" to="https://$2.egg.com/" />
</ruleset>
--
1.7.1
More information about the tor-commits
mailing list