https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/American-Chemical-Society.xml
<ruleset name="American Chemical Society (partial)" platform="mixedcontent">
<target host="*.acs.org"/>
<!-- timeout -->
<exclusion pattern="^http://cen\.acs\.org/"/>
<!-- Chemical Abstracts Service -->
<target host="cas.org"/>
<!-- redirects from www to /cas.org, for which cert is invalid. -->
<exclusion pattern="^http://cas\.org/products/scifindr/$"/>
<target host="*.cas.org"/>
<!-- expired, self signed, cert: foo.google.com; redirects to http. -->
<exclusion pattern="^http://sitesearch\.cas\.org/"/>
<securecookie host="^assets\.acs\.org$" name=".*"/>
<rule from="^http://(assets|portal)\.acs\.org/"
to="https://$1.acs.org/"/>
<!-- most pages redirect to http -->
<rule from="^http://pubs\.acs\.org/(action/showLogin|sda/|templates/)"
to="https://pubs.acs.org/$1"/>
<rule from="^http://cas\.org/"
to="https://www.cas.org/"/>
<rule from="^http://(my|scifinder|stneasy(?:-japan)?|www)\.cas\.org/"
to="https://$1.cas.org/"/>
</ruleset>