packages feed

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

<!--	Nonfunctional:
		(blog|support).smartbear.com	(cert: clientservices.automatedqa.com; 404)
		community.smartbear.com		(cert: clientservices.automatedqa.com; shows client services portal login)
		wiki.smartbear.com
		www2.smartbear.com		(cert: *.marketo.com; 404)
-->
<ruleset name="SmartBear (partial)">

	<target host="alertsite.com"/>
	<target host="www.alertsite.com"/>
	<target host="clientservices.automatedqa.com"/>
	<target host="my.smartbear.com"/>
	<target host="login.softwareplanner.com"/>


	<securecookie host="^my\.smartbear\.com$" name=".*"/>
	<securecookie host="^login\.softwareplanner\.com$" name=".*"/>


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

	<rule from="^https?://clientservices\.automatedqa\.com/"
		to="https://my.smartbear.com/"/>

	<rule from="^http://my\.smartbear\.com/"
		to="https://my.smartbear.com/"/>

	<rule from="^http://login\.softwareplanner\.com/"
		to="https://login.softwareplanner.com/"/>

</ruleset>