Skip to content

Commit b496918

Browse files
committed
Merge pull request EFForg#2130 from youdly/opm
[OPM.gov] New ruleset
2 parents e0c6c53 + 3762c08 commit b496918

File tree

1 file changed

+121
-0
lines changed

1 file changed

+121
-0
lines changed
Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!--
2+
3+
Other US government rulesets:
4+
- Argonne-National-Laboratory.xml
5+
- Ashland_Fiber.net.xml
6+
- Bonneville_Power_Administration.xml
7+
- California_Department_of_Justice.xml
8+
- California_Legislative_Information.xml
9+
- Catalog-of-Domestic-Federal-Assistance.xml
10+
- Central_Intelligence_Agency.xml
11+
- CIO.gov.xml
12+
- City-of-Chicago.xml
13+
- City_of_Mountain_View.xml
14+
- City_of_Seattle.xml
15+
- City-of-Sedona.xml
16+
- ClinicalTrials.gov.xml
17+
- Colorado_Secretary_of_State.xml
18+
- Commodity_Futures_Trading_Commission.xml
19+
- Consumer.gov.xml
20+
- CPSC.xml
21+
- Data.gov.xml
22+
- Defense_Nuclear_Facilities_Safety_Board.xml
23+
- Distraction.xml
24+
- ED.gov.xml
25+
- Energy.gov.xml
26+
- EnergyStar.xml
27+
- Federal_Aviation_Administration.xml
28+
- Federal_Business_Opportunities.xml
29+
- Federal-Communications-Commission.xml
30+
- Federal-Deposit-Insurance-Corporation.xml
31+
- Federal-Register.xml
32+
- Federal_Trade_Commission.xml
33+
- Fermi_National_Accelerator_Laboratory.xml
34+
- FoodSafety.gov.xml
35+
- Fuel_Economy.xml
36+
- GSA.gov.xml
37+
- Harry_S_Truman_Library_and_Museum.xml
38+
- Hawaii.gov.xml
39+
- HowTo.gov.xml
40+
- Illinois_Department_of_Financial_and_Professional_Regulation.xml
41+
- Investor.gov.xml
42+
- IT_Dashboard.gov.xml
43+
- Lawrence-Livermore-National-Laboratory.xml
44+
- LBL.gov.xml
45+
- Maine.gov.xml
46+
- NASA.xml
47+
- National_Consumer_Protection_Week.xml
48+
- National-Institute-of-Standards-and-Technology.xml
49+
- National-Institutes-of-Health.xml
50+
- National_Oceanic_and_Atmospheric_Administration.xml
51+
- National_Park_Service.xml
52+
- National-Science-Foundation.xml
53+
- National-Security-Agency.xml
54+
- National_Transport_Safety_Board.xml
55+
- NCJRS.gov.xml
56+
- NCRIC.xml
57+
- New-York-City.xml
58+
- Not_Alone.gov.xml
59+
- Oak-Ridge-National-Laboratory.xml
60+
- OnGuard_Online.xml
61+
- Pay.gov
62+
- Research.gov.xml
63+
- Sandia-National-Laboratories.xml
64+
- Senate.gov.xml
65+
- SMFTA.com.xml
66+
- SocialSecurity.xml
67+
- State_of_Alaska.xml
68+
- State_of_Delaware.xml
69+
- State_of_Oregon.xml
70+
- Texas-Department-of-State-Health-Services.xml
71+
- United-States-Department-of-Agriculture.xml
72+
- United-States-Department-of-Energy.xml
73+
- United-States-Nuclear-Regulatory-Commission.xml
74+
- USA.gov
75+
- Us-cert.gov.xml
76+
- US_Citizenship_and_Immigration_Services.xml
77+
- US_Courts.gov.xml
78+
- US_Department_of_Commerce.xml
79+
- US-Department-of-Housing-and-Urban-Development.xml
80+
- US_Department_of_the_Treasury.xml
81+
- US-Dept-of-Veterans-Affairs.xml
82+
- US_Fish_and_Wildlife_Service.xml
83+
- US_Geological_Survey.xml
84+
- US-government.xml
85+
- US-government-mismatches.xml
86+
- US-Immigration-and-Customs-Enforcement.xml
87+
- US_Mint.gov.xml
88+
- US_Mission.gov.xml
89+
- US_Patent_and_Trademark_Office.xml
90+
- US-Securities-and-Exchange-Commission.xml
91+
- US_State_Department.xml
92+
- WhiteHouse.gov.xml
93+
94+
Non-functional subdomains:
95+
- archive (redirect to http)
96+
97+
-->
98+
<ruleset name="OPM.gov">
99+
100+
<target host= "opm.gov" />
101+
<target host= "www.opm.gov" />
102+
<target host= "servicesonline.opm.gov" />
103+
<target host="www.servicesonline.opm.gov" />
104+
<target host= "apps.opm.gov" />
105+
<target host= "leadership.opm.gov" />
106+
<target host= "www.leadership.opm.gov" />
107+
108+
<securecookie host="^.*\.opm\.gov$" name=".+" />
109+
110+
<!-- could not resolve host -->
111+
<rule from="^http://(servicesonline\.)opm\.gov/"
112+
to="https://www.$1opm.gov/" />
113+
114+
<!-- hostname mismatch -->
115+
<rule from="^http://www\.leadership\.opm\.gov/"
116+
to="https://leadership.opm.gov/" />
117+
118+
<rule from="^http:"
119+
to="https:" />
120+
121+
</ruleset>

0 commit comments

Comments
 (0)