packages feed

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

<ruleset name="Ixquick">
  <target host="ixquick.com" />
  <target host="*.ixquick.com" />
  <target host="startpage.com" />
  <target host="*.startpage.com" />
  <target host="startingpage.com" />
  <target host="*.startingpage.com" />
  <target host="*.ixquick-proxy.com" />

  <rule from="^http://ixquick\.com/" to="https://ixquick.com/"/>
  <rule from="^http://([^@/:]*)\.ixquick\.com/" to="https://$1.ixquick.com/"/>
  <rule from="^http://([^@/:]*)\.ixquick-proxy\.com/" to="https://$1.ixquick-proxy.com/" />

  <!-- Ixquick and Startpage appear to be basically the same -->

  <rule from="^http://startpage\.com/" to="https://startpage.com/"/>
  <rule from="^http://([^@/:]*)\.startpage\.com/" to="https://$1.startpage.com/"/>

  <!-- Startingpage is basically a Google-only version of Startpage -->

  <rule from="^http://startingpage\.com/" to="https://startingpage.com/"/>
  <rule from="^http://([^@/:]*)\.startingpage\.com/" to="https://$1.startingpage.com/"/>

  <securecookie host="^\.ixquick\.com$" name=".*"/>

</ruleset>