packages feed

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

<!--
	For other US government coverage, see US-government.xml.

-->
<ruleset name="US Social Security Administration" platform="mixedcontent">

	<target host="socialsecurity.gov" />
	<target host="*.socialsecurity.gov" />
		<exclusion pattern="^https://ftp\." />
	<target host="ssa.gov" />
	<target host="*.ssa.gov" />


	<securecookie host="^((www)?\.)?socialsecurity\.gov$" name=".+" />
	<securecookie host="^((ftp|secure|stats|www)?\.)?ssa\.gov$" name=".+" />


	<rule from="^https?://(?:www\.)?socialsecurity\.gov/"
		to="https://www.socialsecurity.gov/" />

	<rule from="^https?://(?:ftp\.|www\.)?ssa\.gov/"
		to="https://www.socialsecurity.gov/" />

	<rule from="^http://s(ecure|tats)\.ssa\.gov/"
		to="https://s$1.ssa.gov/" />

</ruleset>