packages feed

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

<ruleset name="Alternate" platform="mixedcontent">
  <target host="*.alternate.be"/>
  <target host="alternate.be"/>
  <target host="*.alternate.nl"/>
  <target host="alternate.nl"/>
  <target host="*.alternate-b2b.nl"/>
  <target host="alternate-b2b.nl"/>

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

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

  <rule from="^http://([^/:@]*)\.alternate-b2b\.nl/" to="https://$1.alternate-b2b.nl/"/>
  <rule from="^http://alternate-b2b\.nl/" to="https://alternate-b2b.nl/"/>
</ruleset>