[HTTPS-E Rulesets] Update to LWN ruleset

Marti Raudsepp marti at juffo.org
Sat Aug 6 15:50:09 PDT 2011


Hi list!

I noticed that the lwn.net ruleset included with HTTPS Everywhere does
not work with LWN's archives, e.g: http://lwn.net/1998/

This is the ruleset I wrote:

<ruleset name="LWN">
  <target host="lwn.net" />
  <target host="www.lwn.net" />

  <rule from="^http://(www\.)?lwn\.net/" to="https://lwn.net/"/>
  <!--
  Old archives under http://lwn.net/1998/ through http://lwn.net/2002/ are not
  available over HTTPS
  -->
  <exclusion pattern="^http://(www\.)?lwn\.net/\d{4}/"/>
</ruleset>

Regards,
Marti



More information about the HTTPS-Everywhere-Rules mailing list