packages feed

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

<!--	See MegaPath-expired.xml also
-->
<ruleset name="MegaPath (partial)" platform="mixedcontent">

	<target host="dashboard.covad.com"/>
	<target host="my.covad.com"/>
	<target host="support.covad.com"/>
		<exclusion pattern="^http://support\.covad\.com/export/"/>
	<target host="megapath.com"/>
	<target host="vp1-voiceportal.megapath.com"/>
	<target host="www.megapath.com"/>
	<target host="connect.megapathwholesale.com"/>
	<target host="speakeasy.net"/>
	<target host="*.speakeasy.net"/>

	<rule from="^http://(dashboard|my|support)\.covad\.com/"
		to="https://$1.covad.com/"/>

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

	<rule from="^http://vp1-voiceportal\.megapath\.com/"
		to="https://vp1-voiceportal.megapath.com/Login/"/>

	<rule from="^http://connect\.megapathwholesale\.com/"
		to="https://connect.megapathwholesale.com/"/>

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

	<securecookie host="^my\.covad\.com$" name=".*"/>
	<securecookie host="^(vp1-voiceportal|www)\.megapath\.com$" name=".*"/>
	<securecookie host="^(www)?\.?speakeasy\.net$" name=".*"/>

</ruleset>