packages feed

https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Academy-of-Model-Aeronautics.xml

<ruleset name="Academy of Model Aeronautics (partial)">

	<target host="modelaircraft.org" />
	<target host="www.modelaircraft.org" />


	<!--
		Encountered cookies:

			- ASP.NET_SessionId
				- Set by forums/.
			- (back|pre)URL
				- Set by forums/.
			- xla*
				- Set by advertising/.
					-->
	<securecookie host="^(www\.)?modelaircraft\.org$" name=".*" />


	<!--	Pages redirect to www, but files don't.
		We might catch some unhandled data here.	-->
	<rule from="^http://modelaircraft\.org/"
		to="https://modelaircraft.org/" />

	<!--	Many pages redirect to http.	-->
	<rule from="^http://www\.modelaircraft\.org/(advertising/|(?:clubsearch|hobbyshopsearch|joinrenew|ping|shopama/dept)\.ashx|(?:fil|imag|templat|UserFil)es/|forums/)"
		to="https://www.modelaircraft.org/$1" />

</ruleset>