Skip to content

Commit 563e9b4

Browse files
committed
Merge pull request EFForg#194 from StevenRoddis/rule-ozbargain
Added OzBargain's CDN.
2 parents 3c4f944 + 5e7ccd7 commit 563e9b4

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
<ruleset name="OzBargain">
22
<target host="ozbargain.com.au" />
33
<target host="www.ozbargain.com.au" />
4+
<target host="ozb.me" />
5+
<target host="*.ozb.me" />
46

5-
<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+
-->
614
</ruleset>

0 commit comments

Comments
 (0)