packages feed

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

<ruleset name="PenguinWebHosting (partial)" platform="mixedcontent">

	<target host="pcicomplianthosting.com" />
	<target host="*.pcicomplianthosting.com" />
	<target host="ssl134.penguinhost.net" />
	<target host="penguinwebhosting.com" />
	<target host="*.penguinwebhosting.com" />


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

	<rule from="^http://ssl134\.penguinhost\.net/"
		to="https://ssl134.penguinhost.net/" />

	<!--	- Cert only mathes pcicomplianthosting.com
		- Redirects like so
					-->
	<rule from="^https?://(?:www\.)?penguinwebhosting\.com/"
		to="https://www.pcicomplianthosting.com/" />

	<rule from="^http://secure\.penguinwebhosting\.com/"
		to="https://secure.penguinwebhosting.com/" />

</ruleset>