packages feed

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

<!--
	Other AOL rulesets:

		- AOL.xml
		- AOL-mismatches.xml


	Nonfunctional:

		- (www.)adtechus.com

-->
<ruleset name="AOL Advertising">

	<target host="*.adtechus.com" />
	<!--	for cross-domain cookie	-->
	<target host="*.adserver.adtechus.com" />
	<target host="ar.atwola.com" />
	<target host="tacoda.at.atwola.com" />


	<securecookie host="^(.*\.)?adtechus\.com$" name=".*" />


	<rule from="^http://(?:(adserver|(?:helios)?iq)|(aka-cdn)-ns)\.adtechus\.com/"
		to="https://$1$2.adtechus.com/" />

	<rule from="^http://(ar|tacoda\.at)\.atwola\.com/"
		to="https://$1.atwola.com/" />

</ruleset>