[HTTPS-E Rulesets] [PATCH] Correction of target in top.de rule

Milan Kral milan.kral at azet.sk
Wed Aug 20 07:01:53 PDT 2014


The top.de rule contains host="top", this is incorrect.

---
 src/chrome/content/rules/Top.de.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chrome/content/rules/Top.de.xml
b/src/chrome/content/rules/Top.de.xml
index 058ace8..e49ab7d 100644
--- a/src/chrome/content/rules/Top.de.xml
+++ b/src/chrome/content/rules/Top.de.xml
@@ -39,8 +39,8 @@
 -->
 <ruleset name="top.de">

-       <target host="top" />
-       <target host="*.top" />
+       <target host="top.de" />
+       <target host="*.top.de" />


        <securecookie host="^top\.de$" name=".+" />
-- 
2.0.1



More information about the HTTPS-Everywhere-Rules mailing list