packages feed

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

<!--
	Problematic subdomains:

		 - www	(cert only matches ^openid.net)

-->
<ruleset name="OpenID" platform="mixedcontent">

	<target host="openid.net" />
	<target host="www.openid.net" />


	<securecookie host="^openid\.net$" name=".+" />


	<rule from="^http://(?:www\.)?openid\.net/"
		to="https://openid.net/" />

</ruleset>