https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Formstack.xml
<!-- Nonfunctional:
blog (cert: formconcierge.com, expired; shows that domain's data)
support (as above)
-->
<ruleset name="Formstack (partial)">
<target host="formstack.com"/>
<target host="*.formstack.com"/>
<!-- Pages for clients redirect to http -->
<exclusion pattern="^http://www\.formstack\.com/forms/$"/>
<rule from="^http://(www\.)?formstack\.com/"
to="https://$1formstack.com/"/>
<rule from="^http://blog\.formstack\.com/favicon\.ico$"
to="https://www.formstack.com/favicon.ico"/>
<!-- content_shadow_bg.jpg has different hue -->
<rule from="^http://(?:blog\.formstack\.com/wp-content/themes/fontstack-theme|support.formstack.com/assets)/images/bg\.jpg$"
to="https://www.formstack.com/assets/images/bg.jpg"/>
</ruleset>