https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/OpenUniversity.xml
<ruleset name="The Open University (buggy)" default_off="https://eff.org/r.5E5">
<!--
The OU has myriads of domains, most of which do not support https.
Specifically, it appears that all department and faculty websites
do not support it.
However this ruleset does cover the general website, the prospectuses
(undergraduate, graduate and research), StudentHome, TutorHome,
OpenLearn/LearningSpace, LabSpace, and the OU Alumni website.
Notable exceptions: www2.open.ac.uk, www8.open.ac.uk, library.open.ac.uk,
voyager.open.ac.uk, discuss2.open.ac.uk, www.open2.net
Unknown: intranet.open.ac.uk, intranet-gw.open.ac.uk
This ruleset does not include mail.google.com as that is already covered
by the GoogleServices ruleset.
-->
<target host="css2.open.ac.uk" />
<target host="labspace.open.ac.uk" />
<target host="learn.open.ac.uk" />
<target host="msds.open.ac.uk" />
<target host="openlearn.open.ac.uk" />
<target host="www.open.ac.uk" />
<target host="www3.open.ac.uk" />
<!-- The OU forwards www.openuniversity.ac.uk to www.open.ac.uk,
but www.openuniversity.ac.uk does not support https. So we rewrite
http://www.openuniversity.ac.uk directly to https://www.open.ac.uk
-->
<target host="www.openuniversity.ac.uk" />
<!--
The OU Worldwide offers lots of OU module materials
-->
<target host="www.ouw.co.uk" />
<!--
The OU Students Association, and their webshop
-->
<target host="www.ousa.org.uk" />
<target host="rsm2.rsmsecure.com" />
<rule from="^http://([^@:/]+)\.open\.ac\.uk/" to="https://$1.open.ac.uk/"/>
<rule from="^http://www\.openuniversity\.ac\.uk/" to="https://www.open.ac.uk/"/>
<rule from="^http://www\.ouw\.co\.uk/" to="https://www.ouw.co.uk/"/>
<rule from="^http://rsm2\.rsmsecure\.com/ousacart/webstore/" to="https://rsm2.rsmsecure.com/ousacart/webstore/"/>
<rule from="^http://www\.ousa\.org\.uk/" to="https://www.ousa.org.uk/"/>
</ruleset>