packages feed

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

<!--
	s3.amazonaws.com/vmware-partnerpedia-production/product/NNNN/

-->
<ruleset name="VMware (partial)" platform="mixedcontent">

	<target host="vmware.com" />
	<target host="*.vmware.com" />
		<!--	communities: Akamai; "An error occurred"
			info is handled in Eloqua-clients.xml.
			kb times out.	-->
		<exclusion pattern="^http://(communities|forum|info|kb)\." />


	<!--	Observed cookie domains:

			- /
			- ^.
			- ^campaign
			- ^downloads
			- ^my
			- ^solutionexchange
			- ^www
					-->
	<securecookie host="^(.*\.)?vmware\.com$" name=".*" />


	<!--	Observed subdomains:

			- campaign
			- download3
			- downloads
			- my
			- solutionexchange
			- www
				-->
	<rule from="^http://(\w+\.)?vmware\.com/"
		to="https://$1vmware.com/" />

</ruleset>