https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/US-Immigration-and-Customs-Enforcement.xml
<!--
For other US government coverage,
see US-government.xml.
-->
<ruleset name="U.S. Immigration and Customs Enforcement">
<target host="ice.gov" />
<target host="www.ice.gov" />
<securecookie host="^.*\.ice\.gov$" name=".*" />
<!-- !www doesn't work over https. -->
<rule from="^https://ice\.gov/"
to="https://www.ice.gov/" />
<rule from="^http://www\.ice\.gov/"
to="https://www.ice.gov/" />
</ruleset>