https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Royal-Society-of-Chemistry.xml
<!-- Problematic domains handled in Royal-Society-of-Chemistry-mismatches.xml
nonfunctional: blogs, pubs, www.
www redirects to http, even images, even the shop!
pubs and www: passwords, logins, details - all plain text.
There's a nice gif of a padlock though. Must be secure plain text.
-->
<ruleset name="Royal Society of Chemistry (partial)" platform="mixedcontent">
<target host="chemspider.com"/>
<target host="*.chemspider.com"/>
<target host="rsc.org"/>
<target host="carousel.rsc.org"/>
<target host="rscweb.org"/>
<target host="www.rscweb.org"/>
<securecookie host="^(.*\.)?chemspider\.com$" name=".*"/>
<securecookie host="^(carousel|members)\.rsc\.org$" name=".*"/>
<rule from="^http://([\w-]+\.)?chemspider\.com/"
to="https://$1chemspider.com/"/>
<rule from="^http://(?:rsc|(?:www\.)?rscweb)\.org/"
to="https://www.rsc.org/"/>
<rule from="^http://(carousel|members)\.rsc\.org/"
to="https://$1.rsc.org/"/>
</ruleset>