[HTTPS-E Rulesets] KabelDeutschland rule uses wrong CN

Sebastian Schmidt yath at yath.de
Fri Mar 11 12:29:50 PST 2011


Hey,

the rule for KabelDeutschland redirects to kabeldeutschland.de whereas
the certificate is issued only to www.kabeldeutschland.de. A patch is
below though I'm not sure if that breaks subdomains - I dunno if there
are any.

Sebastian

diff --git a/src/chrome/content/rules/KabelDeutschland.xml b/src/chrome/content/rules/KabelDeutschland.xml
index 95e86c3..0633596 100644
--- a/src/chrome/content/rules/KabelDeutschland.xml
+++ b/src/chrome/content/rules/KabelDeutschland.xml
@@ -2,5 +2,5 @@
   <target host="kabeldeutschland.de" />
   <target host="www.kabeldeutschland.de" />
 
-  <rule from="^http://(www\.)?kabeldeutschland\.de/" to="https://kabeldeutschland.de/"/>
+  <rule from="^http://(www\.)?kabeldeutschland\.de/" to="https://www.kabeldeutschland.de/"/>
 </ruleset>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://lists.eff.org/pipermail/https-everywhere-rules/attachments/20110311/6badae55/attachment.sig>


More information about the HTTPS-Everywhere-Rules mailing list