https-everywhere-rules-raw-4.0: vendor/https-everywhere/src/chrome/content/rules/National-Renewable-Energy-Laboratory.xml
<!--
Other US government rulesets:
- Colorado-Attorney-General.xml
- CPSC.xml
- Disability.gov.xml
- ED.gov.xml
- Employeeexpress.gov.xml
- EnergyStar.xml
- Epls.gov.xml
- Federal-Register.xml
- G5.gov.xml
- NSF.gov.xml
- OSHA.gov.xml
- Pay.gov.xml
- Senate.gov.xml
- SocialSecurity.xml
- StudentLoans.gov.xml
- Treasurydirect.gov.xml
- USA.gov.xml
- US-CBO.gov.xml
- Us-cert.gov.xml
- USDA-ARS.xml
- US-Dept-of-Veterans-Affairs.xml
- US-government.xml
- US-government-mismatches.xml
- US-Selective-Service-System.xml
-->
<ruleset name="National Renewable Energy Laboratory (partial)">
<target host="nrel.gov"/>
<target host="rredc.nrel.gov"/>
<target host="www.nrel.gov"/>
<!-- Redirect to http:
- $
- \w+/$
- images1/
- news/features/\w+.cfm
- news/features/\d{8}_un_text.html
- sustainable_nrel/media/
- sustainable_nrel/rsf.html
-->
<rule from="^http://(www\.)?nrel\.gov/(?:((?:news/features/|sustainable_nrel/)?images)1?|((?:data/pix/)?includes|includes_tableless))/"
to="https://$1.nrel.gov/$2$3/"/>
<!-- Redirect to http:
- $
- css/
- solar/calculators
-
-->
<rule from="^http://rredc\.nrel\.gov/gifs/"
to="https://rredc.nrel.gov/gifs/"/>
</ruleset>