forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAOL.xml
More file actions
78 lines (59 loc) · 2.32 KB
/
AOL.xml
File metadata and controls
78 lines (59 loc) · 2.32 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
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
<!--
Other AOL rulesets:
- AOL-Advertising.xml
- AOL-mismatches.xml
Nonfunctional:
- euportal.aolcdn.com (Akamai; "Service Unavailable")
- blogsmithmedia.com (ditto)
- (massively.|www.)joystiq.com
- (www.)weblogsinc.com
-->
<ruleset name="AOL (partial)">
<target host="aim.com" />
<target host="*.aim.com" />
<target host="aol.com" />
<target host="*.aol.com" />
<target host="dev.sandbox.autos.aol.com" />
<target host="misc.blogsmith.aol.com" />
<target host="account.login.aol.com" />
<target host="api.mail.aol.com" />
<target host="*.oscar.aol.com" />
<target host="aolctoftp.red.aol.com" />
<target host="*.screenname.aol.com" />
<target host="dashboard.voice.aol.com" />
<target host="cdn.webmail.aol.com" />
<target host="aol.co.uk" />
<target host="*.aol.co.uk" />
<target host="*.aolcdn.com" />
<exclusion pattern="^http://o\.aolcdn\.com/(dims-global|mars|myfeeds|portaleu)/" />
<exclusion pattern="^http://my\.screenname\.aol\.com/_cqr/logout/"/>
<target host="netscape.com" />
<target host="*.netscape.com" />
<!-- .my.screenname.aol.com -->
<securecookie host="^(dev\.sandbox\.autos|new)\.aol\.com$" name=".*" />
<securecookie host="^www\.aol\.co\.uk$" name=".*" />
<!-- - !www doesn't work
- cdn: Akamai
-->
<rule from="^https?://(?:cdn\.|www\.)?aim\.com/"
to="https://www.aim.com/" />
<rule from="^https?://(?:www\.)?aol\.com/(favicon\.ico|video/)"
to="https://www.aol.com/$1" />
<rule from="^http://((?:dev\.sandbox\.)?autos|bill|misc\.blogsmith|contactus|account\.login|(?:api\.|cdn\.web)mail|myaccount|netscape|new|openid|pki-info|aolctoftp\.red|s2c|(?:api|my)\.screenname|dashboard\.voice)\.aol\.com/"
to="https://$1.aol.com/" />
<rule from="^https?://(?:exp)?api\.oscar\.aol\.com/"
to="https://api.oscar.aol.com/" />
<rule from="^https?://(?:www\.)?aol\.co\.uk/"
to="https://www.aol.co.uk/" />
<rule from="^http://rs\.aol\.co\.uk/"
to="https://rs.aol.co.uk/" />
<rule from="^https?://(?:o|s(ns-static)?)\.aolcdn\.com/"
to="https://s$1.aolcdn.com/" />
<!-- - Doesn't work over https.
- Redirects as so.
-->
<rule from="^https?://(?:(?:home|www)\.)?netscape\.com/"
to="https://netscape.aol.com/" />
<rule from="^https?://(?:web)?mail\.netscape\.com/"
to="https://my.screenname.aol.com/_cqr/login/login.psp?sitedomain=sns.webmail.aol.com" />
</ruleset>