https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/RedHat.xml
<!--
Other RedHat rulesets:
- Opensource.com.xml
-->
<ruleset name="RedHat" platform="mixedcontent">
<target host="redhat.com" />
<target host="*.redhat.com" />
<!-- *s for cross-subdomain cookies. -->
<target host="*.engage.redhat.com" />
<target host="*.smtrcs.redhat.com" />
<securecookie host="^(.*\.)?redhat\.com$" name=".*" />
<rule from="^http://(?:www\.)?redhat\.com/"
to="https://www.redhat.com/" />
<rule from="^http://(access|archive|bugzilla|careers|docs|openshift)\.redhat\.com/"
to="https://$1.redhat.com/" />
<rule from="^https?://smtrcs\.redhat\.com/"
to="https://redhatopensourcecom-redhatglobal.122.2o7.net/" />
</ruleset>