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

[or-cvs] [https-everywhere/master 148/291] still more instances of escaping dots in rules



Author: Seth Schoen <schoen@xxxxxxx>
Date: Sat, 9 Oct 2010 02:01:32 -0700
Subject: still more instances of escaping dots in rules
Commit: a2b97de32e980155cd3d41320289e1b6d45b94aa

---
 src/chrome/content/rules/GMX.xml               |    2 +-
 src/chrome/content/rules/Google.xml            |    2 +-
 src/chrome/content/rules/Quorks.xml            |    2 +-
 src/chrome/content/rules/SafariBooksOnline.xml |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/chrome/content/rules/GMX.xml b/src/chrome/content/rules/GMX.xml
index 26fc903..d759abd 100644
--- a/src/chrome/content/rules/GMX.xml
+++ b/src/chrome/content/rules/GMX.xml
@@ -4,7 +4,7 @@
        to www.gmx.com; we may as well secure that a bit but it should
        work regardless of whether we got all of these countries -->
        
-  <rule from="^http://(www\.)?gmx.(se|it|ca|ru)/" 
+  <rule from="^http://(www\.)?gmx\.(se|it|ca|ru)/" 
           to="https://www.gmx.com/"; />
 
   <!-- In these domains GMX supports SSL right at the homepage -->
diff --git a/src/chrome/content/rules/Google.xml b/src/chrome/content/rules/Google.xml
index db4dfd3..40c96de 100644
--- a/src/chrome/content/rules/Google.xml
+++ b/src/chrome/content/rules/Google.xml
@@ -48,7 +48,7 @@ http://clients2.google.co.jp/complete/search?hl=ja&client=hp&expIds=17259,24660,
   <rule from="^http://clients[0-9]\.google\.com/complete/search"; 
           to="https://clients1.google.com/complete/search"/>
 
-  <rule from="^http://clients[0-9]\.google\.com?.[^/:@][^/:@]/complete/search"; 
+  <rule from="^http://clients[0-9]\.google\.com?\.[^/:@][^/:@]/complete/search"; 
           to="https://clients1.google.com/complete/search"/>
 
   <rule from="^http://clients[0-9]\.google\.[^/:@][^/:@]/complete/search"; 
diff --git a/src/chrome/content/rules/Quorks.xml b/src/chrome/content/rules/Quorks.xml
index db1d157..b2b377d 100644
--- a/src/chrome/content/rules/Quorks.xml
+++ b/src/chrome/content/rules/Quorks.xml
@@ -1,6 +1,6 @@
 <ruleset name="Quorks">
 
-  <rule from="^http:/quorks\.ath\.cx/login.php" 
+  <rule from="^http:/quorks\.ath\.cx/login\.php$" 
           to="https://quorks.ath.cx/login.php"/>
   
 </ruleset>
diff --git a/src/chrome/content/rules/SafariBooksOnline.xml b/src/chrome/content/rules/SafariBooksOnline.xml
index 0acb28c..98264f0 100644
--- a/src/chrome/content/rules/SafariBooksOnline.xml
+++ b/src/chrome/content/rules/SafariBooksOnline.xml
@@ -1,6 +1,6 @@
 <ruleset name="Safari Books Online">
     <rule from="^http://my\.safaribooksonline\.com/login$";
         to="https://ssl.safaribooksonline.com/securelogin"/>
-    <rule from="^http://www.safaribooksonline\.com/Corporate/Index/logIn.php$";
+    <rule from="^http://www\.safaribooksonline\.com/Corporate/Index/logIn\.php$";
         to="https://ssl.safaribooksonline.com/securelogin"/>
 </ruleset>
-- 
1.7.1