LWN.net Logo

Using HTTPS Everywhere with LWN.net

Using HTTPS Everywhere with LWN.net

Posted Jul 13, 2010 17:52 UTC (Tue) by cesarb (subscriber, #6266)
Parent article: HTTPS Everywhere brings HTTPS almost everywhere

Based on the ruleset from https://lwn.net/Articles/392701/, with extra exclusions for very old articles (which do not work with https). Put it on HTTPSEverywhereUserRules/LWN.xml as explained at https://www.eff.org/https-everywhere/rulesets.

<ruleset name="LWN">
<exclusion pattern="^http://lwn\.net/\d\d\d\d/"/>
<exclusion pattern="^http://www\.lwn\.net/\d\d\d\d/"/>
<rule from="^http://lwn\.net" to="https://lwn.net"/>
<rule from="^http://www\.lwn\.net" to="https://lwn.net"/>
</ruleset>


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds