https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Prolexic.xml
<!--
Problematic subdomains:
- ww (works; mismatched, CN: *.pardot.com)
-->
<ruleset name="Prolexic" platform="mixedcontent">
<target host="prolexic.com" />
<target host="*.prolexic.com" />
<securecookie host="^(?:.*\.)?prolexic\.com$" name=".+" />
<rule from="^http://(?!ww\.)(\w+\.)?prolexic\.com/"
to="https://$1prolexic.com/" />
<rule from="^https?://ww\.prolexic\.com/l/(\w+/\d{4}-\d\d-\d\d/\w+)"
to="https://go.pardot.com/l/$1" />
<rule from="^https?://ww\.prolexic\.com/(?:l/)?(\?.*)?$"
to="https://www.prolexic.com/$1" />
</ruleset>