packages feed

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

<!--
	CDN buckets:

		- s3.amazonaws.com/s3.urbandictionary.com/


	Problematic domains:

		- b.udimg.com *
		- d.udimg.com *

		- urbandictionary.com subdomains:

			- ^		(refused)
			- origin	(mismatched, CN: *.herokuapp.com)
			- static[0-3] *
			- www *

	* Works; mismatched, CN: *.a.ssl.fastly.net


	nonfunctional subdomains:
		blog	(hosted on Tumblr)
-->
<ruleset name="Urban Dictionary (partial)" default_off="mismatch">

	<target host="urbandictionary.com"/>
	<target host="*.urbandictionary.com"/>
		<!--	Handled in TheResumator.com-clients.xml
			due to this ruleset being off by default.	-->
		<exclusion pattern="^http://jobs\."/>

	<!--	observed cookies:
			- ^\.
				- _urban_session
			- ^www
				- country	-->
	<securecookie host="^(www)?\.urbandictionary\.com$" name=".*"/>

	<rule from="^http://(?:origin\.|static[0-3]\.|www\.)?urbandictionary\.com/"
		to="https://www.urbandictionary.com/"/>

</ruleset>