Skip to content

Commit a58e7fc

Browse files
bardiharborowgloomy-ghost
authored andcommitted
[DepartmentofImmigrationandBorderProtection] Add ruleset. (EFForg#12089)
1 parent 0c57a12 commit a58e7fc

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<!--
2+
3+
Problematic hosts in *border.gov.au:
4+
5+
- ^ (http 400 over https)
6+
- trs (http only)
7+
- minister (timeout over https)
8+
- newsroom (http only)
9+
10+
-->
11+
<ruleset name="Department of Immigration and Border Protection">
12+
13+
<target host="border.gov.au" />
14+
<target host="www.border.gov.au" />
15+
<target host="appointments.border.gov.au" />
16+
<target host="enable.border.gov.au" />
17+
<target host="migrationblog.border.gov.au" />
18+
19+
<rule from="^http://border\.gov\.au/"
20+
to="https://www.border.gov.au/" />
21+
22+
<rule from="^http:"
23+
to="https:" />
24+
25+
</ruleset>

0 commit comments

Comments
 (0)