packages feed

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

<!--
    Other Ubuntu rulesets:

        - Ubuntu_Forums.org.xml


    Nonfunctional domains:

        - cdimage.ubuntu.com
        - pad.ubuntu.com
        - summit.ubuntu.com
        - (www.)ubuntu.com      (times out)

-->
<ruleset name="Ubuntu (partial)">

    <target host="*.ubuntu.com" />
    <target host="ubuntuone.com" />
    <target host="www.ubuntuone.com" />


    <rule from="^http://(cloud|help|uds|uec-images|wiki|one)\.ubuntu\.com/"
        to="https://$1.ubuntu.com/" />

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

</ruleset>