packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Ksplice.xml

<!--
	Other Oracle rulesets:

		- MySQL.xml
		- MySQL-mismatches.xml
		- NetBeans.zml
		- Oracle.xml
		- Oracle-mismatches.xml


	blog.ksplice.com redirects to blogs.oracle.com in an unpredictable way.

-->
<ruleset name="Ksplice (partial)">

	<target host="ksplice.com" />
	<target host="*.ksplice.com" />


	<securecookie host="^.*\.ksplice\.com$" name=".*" />


	<rule from="^http://(uptrack\.|www\.)?ksplice\.com/"
		to="https://$1ksplice.com/" />

</ruleset>