packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/TwistedMatrix.xml

<ruleset name="TwistedMatrix">
<!--
	As of 2012-06-11, known unprotected subdomains are...
        Using ghs-ssl.googlehosted.com certificate:
        - glyph
        - washort
        - labs
        - radix
        Using *.ik.nu certificate:
        - planet
        Not listening on HTTPS:
        - svn
        - cvs
        - wolfwood
        Non-web/unused subdomains:
        - ftp
        - mail
        - smtp
        - oloid
        - irc
        - projects
        - xpdev
-->
  <target host="twistedmatrix.com" />
  <target host="www.twistedmatrix.com" />
  <target host="buildbot.twistedmatrix.com" />
  <target host="java.twistedmatrix.com" />
  <target host="saph.twistedmatrix.com" />
  <target host="speed.twistedmatrix.com" />

  <rule from="^http://(www\.)?twistedmatrix\.com/"
          to="https://twistedmatrix.com/" />

  <rule from="^http://(java|saph|speed)\.twistedmatrix\.com/"
          to="https://$1.twistedmatrix.com/" />
</ruleset>