https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/SolarCity.xml
<ruleset name="SolarCity" platform="mixedcontent">
<target host="mysolarcity.com" />
<target host="www.mysolarcity.com" />
<target host="solarcity.com" />
<target host="*.solarcity.com" />
<!-- Cert doesn't match, redirects like so. -->
<rule from="^https?://(?:www\.)?mysolarcity\.com/"
to="https://solarguard.solarcity.com/kiosk/login/default.aspx" />
<!-- Cert only matches www. -->
<rule from="^https?://(?:www\.)?solarcity\.com/"
to="https://www.solarcity.com/" />
<rule from="^http://solarguard\.solarcity\.com/"
to="https://solarguard.solarcity.com/" />
</ruleset>