|
1 | 1 | <!-- |
2 | | - Nonfunctional: |
| 2 | + For problematic rules, see Akamai-mismatches.xml. |
3 | 3 |
|
4 | | - - http14432.storage.akadns.net (cert: contentstorage.akamai.com) |
| 4 | +
|
| 5 | + Other Akamai rulesets: |
| 6 | +
|
| 7 | + - Akamai.com.xml |
| 8 | + - Edgeboss.net.xml |
| 9 | +
|
| 10 | +
|
| 11 | + Nonfunctional domains: |
| 12 | +
|
| 13 | + - http14432.storage.akadns.net (CN: contentstorage.akamai.com) |
5 | 14 | - cp44823.edgefcs.net (reset) |
6 | 15 |
|
7 | 16 | --> |
8 | 17 | <ruleset name="Akamai"> |
9 | 18 |
|
10 | | - <target host="*.abmr.net"/> |
11 | | - <target host="a248.e.akamai.net"/> |
12 | | - <target host="*.akamaihd.net"/> |
| 19 | + <target host="*.abmr.net" /> |
| 20 | + <target host="*.e.akamai.net" /> |
| 21 | + <target host="*.akamaihd.net" /> |
13 | 22 | <!-- |
14 | 23 | Causes many streams to 403 and region restriction to trip inappropriately. |
15 | 24 |
|
16 | 25 | https://mail1.eff.org/pipermail/https-everywhere-rules/2012-October/001324.html |
17 | 26 | https://trac.torproject.org/projects/tor/ticket/6557 |
18 | 27 | https://trac.torproject.org/projects/tor/ticket/6871 |
19 | 28 | https://trac.torproject.org/projects/tor/ticket/7080 |
20 | | - https://trac.torproject.org/projects/tor/ticket/7577 |
| 29 | + https://trac.torproject.org/projects/tor/ticket/7198 |
| 30 | + https://trac.torproject.org/projects/tor/ticket/7577 |
21 | 31 | --> |
22 | | - <exclusion pattern="^http://[\w\-]+-f\.akamaihd\.net/" /> |
23 | | - <exclusion pattern="^http://[\w\-]+-i\.akamaihd\.net/" /> |
24 | | - <exclusion pattern="^http://[\w\-]+-s\.akamaihd\.net/" /> |
25 | | - <exclusion pattern="^http://[\w\-]+-lh\.akamaihd\.net/" /> |
26 | | - <exclusion pattern="^http://[\w\-]+-vh\.akamaihd\.net/" /> |
27 | | - |
28 | | - <!-- https://trac.torproject.org/projects/tor/ticket/7198 --> |
29 | | - <exclusion pattern="^http://(median3live|mtv3median3)-s\.akamaihd\.net/" /> |
| 32 | + <exclusion pattern="^http://[\w-]+-(?:f|i|s|lh|vh)\.akamaihd\.net/" /> |
| 33 | + <!-- |
| 34 | + Apparently causes some Zynga games to fail to load. |
| 35 | +
|
| 36 | + https://trac.torproject.org/projects/tor/ticket/7090 |
| 37 | + --> |
| 38 | + <exclusion pattern="^http://zynga\d-a.akamaihd\.net/" /> |
| 39 | + |
30 | 40 | <!-- |
31 | 41 | Breaks Titanfall, Github issue #390 |
32 | 42 | --> |
33 | 43 | <exclusion pattern="^http://eaassets-a\.akamaihd\.net/" /> |
| 44 | + |
34 | 45 |
|
35 | | - <!-- Apparently causes some Zynga games to fail to load. |
36 | | - https://trac.torproject.org/projects/tor/ticket/7090 |
37 | | - --> |
38 | | - <exclusion pattern="^http://zynga[0-9]-a.akamaihd\.net/" /> |
39 | 46 |
|
40 | | - <securecookie host="^.*\.abmr\.net$" name=".*" /> |
| 47 | + <!--securecooie host="^\.abmr\.net$" name="^01AI$" /--> |
| 48 | + <securecookie host=".*\.abmr\.net$" name=".+" /> |
| 49 | + |
41 | 50 |
|
42 | 51 | <rule from="^http://ak1s\.abmr\.net/" |
43 | | - to="https://ak1s.abmr.net/"/> |
| 52 | + to="https://ak1s.abmr.net/" /> |
44 | 53 |
|
45 | 54 | <rule from="^http://a248\.e\.akamai\.net/" |
46 | | - to="https://a248.e.akamai.net/"/> |
| 55 | + to="https://a248.e.akamai.net/" /> |
47 | 56 |
|
48 | 57 | <rule from="^http://([^@:/\.]+)\.akamaihd\.net/" |
49 | | - to="https://$1.akamaihd.net/"/> |
| 58 | + to="https://$1.akamaihd.net/" /> |
| 59 | + |
| 60 | + <!-- This secures some web bugs: |
| 61 | + --> |
| 62 | + <rule from="^http://ak1\.abmr\.net/is/(www.imiclk|pixel\.mathtag)\.com(?=$|\?)" |
| 63 | + to="https://ak1s.abmr.net/is/$1.com" /> |
50 | 64 |
|
51 | 65 | </ruleset> |
0 commit comments