[or-cvs] [https-everywhere/master 180/291] Incorrectly matched newegg.com and youregg.com instead of new.egg.com and your.egg.com

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:24:32 +0100
Subject: Incorrectly matched newegg.com and youregg.com instead of new.egg.com and your.egg.com
Commit: 8edd422570b9fb03228ce0a33be51d92b64fb895

---
 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 621bf51..870ad89 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://$1.egg.com/" />
+<rule from="^https://((new|www)\.)?egg\.com/" to="https://new.egg.com/" />
+<rule from="^https://((your|phonehome)\.)egg\.com/" to="https://$2.egg.com/" />
 </ruleset>
-- 
1.7.1




More information about the tor-commits mailing list