packages feed

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

<!--	There's a bucket at https://s3.amazonaws.com/zenimax/


	CDN buckets:

		- d1ys1uetzexz61.cloudfront.net
			- cdnstatic.bethsoft.com

		- d1bjnur3wbumt5.cloudfront.net
			- cdn.bethsoft.com

		- d3o0v0yx1apq2.cloudfront.net
			- content.bethsoft.com


	Nonfunctional domains:

		- geck.bethsoft.com	(shows login page)

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

	<target host="bethsoft.com"/>
	<target host="*.bethsoft.com"/>
		<exclusion pattern="^http://(?:geck|support)\."/>

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

	<rule from="^https?://cdn\.bethsoft\.com/"
		to="https://d1bjnur3wbumt5.cloudfront.net/" />

	<rule from="^https?://cdnstatic\.bethsoft\.com/"
		to="https://d1ys1uetzexz61.cloudfront.net/" />

	<rule from="^https?://content\.bethsoft\.com/"
		to="https://d3o0v0yx1apq2.cloudfront.net/" />

	<rule from="^http://(\w+\.)?bethsoft\.com/"
		to="https://$1bethsoft.com/"/>

</ruleset>