forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathABC-Online.xml
More file actions
44 lines (30 loc) · 1.07 KB
/
ABC-Online.xml
File metadata and controls
44 lines (30 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
Other ABC Online rulesets:
- ABC-Music-Publishing.xml
d1ros97qkrwjf5.cloudfront.net
d3mfbaa198drag.cloudfront.net
cp44823.edgefcs.net
Nonfunctional:
- mpegmedia.abc.net.au (Akamai; "An error occurred")
- origin.abc.net.au (times out; redirects to www via http)
- (www.)abc.net.au (Akamai; "An error occurred")
- www2b.abc.net.au (times out)
- (www.)abccommercial.com.au (ditto)
- (www.)abccontentsales.com.au (ditto)
- (www.)abcdigmusic.net.au
- (www.)radioaustralianews.net.au (times out)
- (www.)triplejunearthed.com (ditto)
-->
<ruleset name="ABC Online (partial)">
<target host="shop.abc.net.au" />
<target host="abccommercial.com" />
<!-- * for cross-domain cookie. -->
<target host="*.abccommercial.com" />
<securecookie host="^shop.abc.net.au$" name=".*" />
<securecookie host="^\.abccommercial\.com$" name=".*" />
<rule from="^http://shop\.abc\.net\.au/"
to="https://shop.abc.net.au/" />
<!-- Cert isn't valid for !www -->
<rule from="^http://(?:www\.)?abccomercial\.com/"
to="https://abccomercial.com/"/>
</ruleset>