packages feed

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

<ruleset name="4chan (partial)">

	<target host="4chan.org"/>
	<target host="*.4chan.org"/>
		<!--	Times out.	-->
		<exclusion pattern="^http://(status|blog)\." />
	<target host="*.boards.4chan.org"/>
	<target host="*.thumbs.4chan.org"/>


	<securecookie host="^.*\.4chan\.org$" name=".*"/>


	<!--	Observed domains:

			- boards
			- content
			- images
			- rs
			- static
			- sys
			- thumbs
			- \d.thumbs
			- www
            - dis
				-->
	<rule from="^http://([\w\.]+\.)?4chan\.org/"
		to="https://$14chan.org/" />

</ruleset>