https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Expedia.xml
<ruleset name="Expedia">
<target host="expedia.com" />
<target host="*.expedia.com" />
<target host="expedia.co.uk" />
<target host="*.expedia.co.uk" />
<securecookie host="^\.expedia\.co(?:om|\.uk)$" name=".+" />
<!-- Cert only matches *.expedia.com.
-->
<rule from="^https?://(?:www\.)?expedia\.com/"
to="https://www.expedia.com/" />
<rule from="^http://media\.expedia\.com/"
to="https://media.expedia.com/" />
<rule from="^http://(www\.)?expedia\.co\.uk/"
to="https://$1expedia.co.uk/" />
</ruleset>