-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path24-7-Media.xml
85 lines (53 loc) · 1.91 KB
/
24-7-Media.xml
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<!--
For client coverage, see 24-7-Media-clients.xml.
CDN buckets:
- imagec14.247realmedia.com.edgesuite.net
- imagec15
- imageceu1.247realmedia.com.edgesuite.net
Nonfunctional domains:
- (www.)247media.com
- (www.)247realmedia.com
Problematic domains:
- imagec14.247realmedia.com (akamai)
- imageceu1.247realmedia.com (503, akamai)
Fully covered domains:
- imagec14.247realmedia.com (→ oasc14)
- imageceu1.247realmedia.com (→ oasc-eu1)
- oasc-eu1.247realmedia.com
- openadstream-eu1.247realmedia.com
Nonexistant 247realmedia.com subdomains:
- oasc0[0-4]
- oasc1[39]
- openadstream1[139]
-->
<ruleset name="24/7 Media (partial)">
<target host="*.247realmedia.com" />
<target host="*.realmedia.com" />
<!-- If something breaks, try commenting
this cross-domain cookie rule.
-->
<securecookie host="^.*\.(?:247)?realmedia\.com$" name=".+" />
<securecookie host="^network\.realmedia\.com$" name=".+" />
<rule from="^http://imagec14\.247realmedia\.com/"
to="https://oasc14.247realmedia.com/" />
<rule from="^http://imagec15\.247realmedia\.com/"
to="https://a248.e.akamai.net/f/229/1/5m/imagec15.247realmedia.com/" />
<rule from="^http://imageceu1\.247realmedia\.com/"
to="https://oasc-eu1.247realmedia.com/" />
<!-- Ads on 3rd-party websites.
Although some in \d don't exist, we're not breaking
anything by "handling" them, and doing so makes things simpler.
-->
<rule from="^http://o(asc[01]\d|asc-eu1|penadstream(?:1\d|-eu1))\.247realmedia\.com/"
to="https://o$1.247realmedia.com/" />
<!-- Cert mismatch.
-->
<rule from="^http://oasc([01]\d)(?:a|\d{1,3})\.247realmedia\.com/"
to="https://oasc$1.247realmedia.com/" />
<rule from="^http://network\.realmedia\.com/"
to="https://network.realmedia.com/" />
<!-- Cert mismatch.
-->
<rule from="^http://oas-central\.realmedia\.com/"
to="https://oasc10.247realmedia.com/" />
</ruleset>