https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Live-Chat.xml
<!-- !functional:
- status.livechatinc.com (cert: *.imagin.pl; shows RoundCube webmail)
-->
<ruleset name="LiveChat (partial)">
<target host="livechatinc.com"/>
<target host="*.livechatinc.com"/>
<exclusion pattern="^http://status\."/>
<target host="livechat.zendesk.com"/>
<target host="www.livechat.zendesk.com"/>
<securecookie host="^(.*\.)?livechatinc\.com$" name=".*"/>
<securecookie host="^(www\.)?livechat\.zendesk\.com$" name=".*"/>
<rule from="^http://(www\.)?livechatinc\.com/(signup|wp-content)/"
to="https://$1livechatinc.com/$2/"/>
<rule from="^http://app\.livechatinc\.com/"
to="https://app.livechatinc.com/"/>
<!-- doesn't redirect! Kudos -->
<rule from="^http://support\.livechatinc\.com/"
to="https://livechat.zendesk.com/"/>
</ruleset>