https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/JBoss.xml
<ruleset name="JBoss">
<target host="jboss.com" />
<target host="*.jboss.com" />
<target host="*.jboss.org" />
<!--
Downloads 404s.
-->
<exclusion pattern="^http://downloads?\.jboss\.(com|org)/"/>
<securecookie host="^(.*\.)?jboss\.com$" name=".*" />
<securecookie host="^(.*\.)?jboss\.org$" name=".*" />
<rule from="^http://([^/@:]*)\.jboss\.com/"
to="https://$1.jboss.com/"/>
<rule from="^http://([^/@:]*)\.jboss\.org/"
to="https://$1.jboss.org/"/>
</ruleset>