packages feed

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

<ruleset name="Network Solutions" platform="mixedcontent">

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


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


	<!--	Cert doesn't match !www.	-->
	<rule from="^http://(?:www\.)?networksolutions\.com(:443)?/"
		to="https://www.networksolutions.com$1/" />

	<rule from="^http://about\.networksolutions\.com/"
		to="https://about.networksolutions.com/" />

	<!--	amp doesn't work over https.
		Redirects as so, sans-https.	-->
	<rule from="^https?://amp\.networksolutions\.com/$"
		to="https://www.networksolutions.com/" />

	<!--	Ditto.	-->
	<rule from="^https?://amp\.networksolutions\.com/landing\?code=(\w+)$"
		to="https://www.networksolutions.com/affiliates/select-unknown.jsp?siteid=100&amp;channelid=$1" />

</ruleset>