We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c4f944 + 5e7ccd7 commit 563e9b4Copy full SHA for 563e9b4
src/chrome/content/rules/OzBargain.xml
@@ -1,6 +1,14 @@
1
<ruleset name="OzBargain">
2
<target host="ozbargain.com.au" />
3
<target host="www.ozbargain.com.au" />
4
+ <target host="ozb.me" />
5
+ <target host="*.ozb.me" />
6
- <rule from="^https?://(?:www\.)?ozbargain\.com\.au/" to="https://www.ozbargain.com.au/"/>
7
+ <rule from="^https?://(?:www\.)?ozbargain\.com\.au/"
8
+ to="https://www.ozbargain.com.au/"/>
9
+ <rule from="^http://cdn\.ozb\.me/"
10
+ to="https://cdn.ozb.me/" />
11
+ <!-- nonfunctioning:
12
+ - files.ozbargain.com.au
13
+ -->
14
</ruleset>
0 commit comments