https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/HRsmart.xml
<ruleset name="HRsmart" platform="mixedcontent">
<target host="*.mua.hrdepartment.com" />
<target host="*.tms.hrdepartment.com" />
<target host="hrsmart.com" />
<target host="www.hrsmart.com" />
<securecookie host="^.*\.hrdepartment\.com$" name=".*" />
<securecookie host="^www\.hrsmart\.com$" name=".*" />
<!-- Clients have unique subdomains. -->
<rule from="^http://(\w+)\.(mua|tms)\.hrdepartment\.com/"
to="https://$1.$2.hrdepartment.com/" />
<rule from="^http://(www\.)?hrsmart\.com/"
to="https://$1hrsmart.com/" />
</ruleset>