We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 563e9b4 + b1f0217 commit be4281aCopy full SHA for be4281a
src/chrome/content/rules/NAB.xml
@@ -1,9 +1,17 @@
1
<ruleset name="NAB">
2
<target host="nab.com.au" />
3
<target host="*.nab.com.au" />
4
+ <target host="nabtrade.com.au" />
5
+ <target host="*.nabtrade.com.au" />
6
7
<rule from="^http://nab\.com\.au/"
8
to="https://www.nab.com.au/" />
- <rule from="^http://(equitylending|mobile|transact|www)\.nab\.com\.au/"
9
+ <rule from="^http://(equitylending|ib|mobile|transact|www)\.nab\.com\.au/"
10
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/" />
17
</ruleset>
0 commit comments