https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Drupal.xml
<ruleset name="Drupal">
<target host="*.drupal.org" />
<target host="drupal.org" />
<rule from="^http://(?:www\.)?drupal\.org/" to="https://drupal.org/"/>
<rule from="^http://(sec|association|chicago2011)\.drupal\.org/" to="https://$1.drupal.org/"/>
<!-- Following a bug report and https://drupal.org/node/952992 -->
<!-- Some of the following don't work. -->
<!--
<rule from="^http://(groups|localize|testing|api|association|scratch|beta|chicago2011|london2011)\.drupal\.org/" to="https://$1.drupal.org/"/>
-->
</ruleset>