packages feed

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

<ruleset name="Pypi">
  <target host="pypi.python.org"/>

  <securecookie host="^pypi.python.org$" name=".*" />

  <!-- Because /css and /images are under the main domain yet can
       not respond to SSL these will cause 'Network Errors'. It does
       not seem to actually impact functionality though. These rules
       left for documentation reasons. -->
  <!--<exclusion pattern="^http://pypi\.python\.org/css/.*" />-->
  <!--<exclusion pattern="^http://pypi\.python\.org/images/.*" />-->

  <rule from="^http://pypi\.python\.org/pypi"
	  to="https://pypi.python.org/pypi"/>
</ruleset>