[HTTPS-E Rulesets] [PATCH 2/6] Unbreak HostBill by properly escaping a dot

Wieland Hoffmann themineo at gmail.com
Sun Mar 3 10:15:05 PST 2013


---
 src/chrome/content/rules/HostBill.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/chrome/content/rules/HostBill.xml b/src/chrome/content/rules/HostBill.xml
index 13b0529..87a1f8d 100644
--- a/src/chrome/content/rules/HostBill.xml
+++ b/src/chrome/content/rules/HostBill.xml
@@ -1,5 +1,5 @@
 <ruleset name="HostBill (partial)">
 	<target host="hostbillapp.com" />
 
-	<rule from="^http://hostbillapp.com/" to="https://hostbillapp.com/" />
+	<rule from="^http://hostbillapp\.com/" to="https://hostbillapp.com/" />
 </ruleset>
-- 
1.8.1.4





More information about the HTTPS-Everywhere-Rules mailing list