https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/Federal-Communications-Commission.xml
<!--
See US-government.xml for other US government coverage.
Nonfunctional subdomains:
- publicsafety (times out)
- transition (cert: licencing.fcc.gov; shows another domain's data;
after rewriting to www, server redirects back)
-->
<ruleset name="Federal Communications Commission (partial)">
<target host="fcc.gov" />
<target host="*.fcc.gov" />
<securecookie host="^.*\.fcc\.gov$" name=".*" />
<!-- Cert: licensing.fcc.gov -->
<rule from="^https?://fcc\.gov/"
to="https://www.fcc.gov/" />
<rule from="^http://(licensing|www)\.fcc\.gov/"
to="https://$1.fcc.gov/" />
</ruleset>