[HTTPS-E Rulesets] WhatCD rule problem on 4.0dev branch

tlseverywhere at tormail.org tlseverywhere at tormail.org
Wed Oct 3 17:21:55 PDT 2012


I submitted a corrected ruleset for WhatCD that was included in the last
version but now it has been replaced by a broken ruleset.

The current redirects requests from the mobile site to the normal version.

I also believe the deprecated SSL sub-domain should be kept separate for
compatibility concerns.


Here is again the original corrected ruleset that should be the one used:


<ruleset name="WhatCD">
  <target host="what.cd" />
  <target host="www.what.cd" />
  <target host="m.what.cd" />
  <target host="ssl.what.cd" />

<rule from="^http://(www\.)?what\.cd/" to="https://what.cd/"/>
<rule from="^http://(m|ssl)\.what\.cd/" to="https://$1.what.cd/"/>
</ruleset>





More information about the HTTPS-Everywhere-Rules mailing list