[HTTPS-Everywhere] Ruleset for kernel.org

Marti Raudsepp marti at juffo.org
Fri Aug 13 13:10:23 PDT 2010


Hi list,

Kernel.org is the web site hosting central resources for Linux kernel
development and related projects. Some months ago they added HTTPS
support to many of their sites.

Here's a ruleset I wrote:

<ruleset name="Kernel.org">
  <rule from="^http://kernel\.org" to="https://www.kernel.org"/>
  <!-- subdomain-only certificates -->
  <rule from="^http://((www|ftp|pub|all|eu|boot|accounts|patchwork|bugzilla)\.kernel\.org)"
to="https://$1"/>
  <!-- sub-subdomain certificates -->
  <rule from="^http://(([a-zA-Z0-9-]+\.)?(git|wiki)\.kernel\.org)"
to="https://$1"/>
  <!--
  As of 2010-08-13, known unprotected domains are:
  wireless.kernel.org
  planet.kernel.org
  mirrors.kernel.org
  archive.kernel.org
  vger.kernel.org
  -->
</ruleset>

Regards,
Marti
-------------- next part --------------
A non-text attachment was scrubbed...
Name: KernelOrg.xml
Type: text/xml
Size: 542 bytes
Desc: not available
URL: <http://lists.eff.org/pipermail/https-everywhere/attachments/20100813/877bdf17/attachment.xml>


More information about the HTTPS-everywhere mailing list