packages feed

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

<!--
	Other PayPal rulesets:

		- PayPal_Forward.xml
		- Where.com.xml


	CDN buckets:

		- paypal.112.2o7.net
		- where-spotlight.s3.amazonaws.com


	Fully covered domains:

		- (www.)paypal.co.uk

		- paypal.com subdomains:

			- (www.)
			- advertising
			- campaigns
			- coupons
			- pics
			- pilot-coupons
			- qa-advertising
			- qa-coupons
			- stg-campaigns
			- stg-coupons

		- www.paypalobjects.com

-->
<ruleset name="PayPal">

	<target host="paypal.co.uk" />
	<target host="www.paypal.co.uk" />
	<target host="paypal.com" />
	<target host="*.paypal.com" />
	<target host="www.paypalobjects.com" />


	<!--	Tracking cookies:
					-->
	<securecookie host="^\.paypal\.com$" name="^s_\w+$" />
	<securecookie host="^(?:(?:qa-|stg-)?coupons|www)\.paypal\.com$" name=".+" />


	<rule from="^http://(www\.)?paypal\.co(\.uk|m)/"
		to="https://$1paypal.co$2/" />

	<rule from="^http://((?:qa-)?advertising|(?:stg-)?campaigns|cms|(?:pilot-|qa-|stg-)?coupons|images|pics)\.paypal\.com/"
		to="https://$1.paypal.com/" />

	<rule from="^http://www\.paypalobjects\.com/"
		to="https://www.paypalobjects.com/" />

</ruleset>