Skip to content

Commit be4281a

Browse files
committed
Merge pull request EFForg#193 from StevenRoddis/rule-nab
Added subdomains found from a cursory check
2 parents 563e9b4 + b1f0217 commit be4281a

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/chrome/content/rules/NAB.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
<ruleset name="NAB">
22
<target host="nab.com.au" />
33
<target host="*.nab.com.au" />
4+
<target host="nabtrade.com.au" />
5+
<target host="*.nabtrade.com.au" />
46

57
<rule from="^http://nab\.com\.au/"
68
to="https://www.nab.com.au/" />
7-
<rule from="^http://(equitylending|mobile|transact|www)\.nab\.com\.au/"
9+
<rule from="^http://(equitylending|ib|mobile|transact|www)\.nab\.com\.au/"
810
to="https://$1.nab.com.au/" />
11+
12+
<rule from="^http://www\.nabtrade\.com\.au/"
13+
to="https://nabtrade.com.au/" />
14+
15+
<rule from="^http://(auth|cdn\.research|res2|www)\.nabtrade\.com\.au/"
16+
to="https://$1.nabtrade.com.au/" />
917
</ruleset>

0 commit comments

Comments
 (0)