|
1 | 1 | <!-- |
2 | | - Disabled per https://github.com/EFForg/https-everywhere/issues/1362 |
3 | 2 | For other Ookla coverage, see Ookla.xml. |
4 | | -
|
5 | | -
|
6 | | - Mixed content: |
7 | | -
|
8 | | - - Ad/bug on www from ads.ookla.com |
9 | | -
|
10 | 3 | --> |
11 | | -<ruleset name="Speedtest.net (partial)" default_off="Breaks site"> |
| 4 | +<ruleset name="Speedtest.net (partial)"> |
12 | 5 |
|
13 | 6 | <target host="speedtest.net" /> |
14 | | - <target host="c.speedtest.net" /> |
15 | 7 | <target host="www.speedtest.net" /> |
16 | | - <!-- |
17 | | - https://mail1.eff.org/pipermail/https-everywhere-rules/2013-June/001623.html |
18 | | -
|
19 | | - Breaks flash: |
20 | | - --> |
21 | | - <exclusion pattern="^http://c\.speedtest\.net/crossdomain\.xml" /> |
22 | | - |
23 | | - <test url="http://c.speedtest.net/crossdomain.xml" /> |
24 | | - |
25 | | - <!-- Redirects to http: |
26 | | - --> |
27 | | - <exclusion pattern="^http://www\.speedtest\.net/+(?:$|\?)" /> |
28 | | - <!-- |
29 | | - Exceptions: |
30 | | - --> |
31 | | - <!--exclusion pattern="^http://www\.speedtest\.net/(?!(?:advertise-contact|audience|link|mobile|partner-with-ookla)(?:$|[?/])|css/|csv\.php|favicon\.ico|images/|result/|results\.php|user-(?:login|register|settings)\.php)" /--> |
32 | | - |
33 | | - <!-- +ve: |
34 | | - --> |
35 | | - <test url="http://www.speedtest.net/?" /> |
36 | | - <test url="http://www.speedtest.net//" /> |
37 | | - <test url="http://www.speedtest.net//?" /> |
38 | | - |
39 | | - <!-- -ve: |
40 | | - --> |
41 | | - <test url="http://www.speedtest.net/advertise-contact" /> |
42 | | - <test url="http://www.speedtest.net/audience/" /> |
43 | | - <test url="http://www.speedtest.net/css/layout.css" /> |
44 | | - <test url="http://www.speedtest.net/csv.php" /> |
45 | | - <test url="http://www.speedtest.net/favicon.ico" /> |
46 | | - <test url="http://www.speedtest.net/images/bg-sub.png" /> |
47 | | - <test url="http://www.speedtest.net/link" /> |
48 | | - <test url="http://www.speedtest.net/mobile" /> |
49 | | - <test url="http://www.speedtest.net/partner-with-ookla" /> |
50 | | - <test url="http://www.speedtest.net/results.php" /> |
51 | | - <test url="http://www.speedtest.net/speedwave-control.php" /> |
52 | | - <test url="http://www.speedtest.net/user-login.php" /> |
53 | | - <test url="http://www.speedtest.net/user-register.php" /> |
54 | | - <test url="http://www.speedtest.net/user-settings.php" /> |
55 | | - |
56 | | - |
57 | | - <!-- Cert: edgecastcdn.net |
58 | | - --> |
59 | | - <rule from="^http://c\.speedtest\.net/" |
60 | | - to="https://www.speedtest.net/" /> |
| 8 | + <target host="c.speedtest.net" /> |
| 9 | + <target host="zdstatic.speedtest.net" /> |
61 | 10 |
|
62 | | - <!-- - Cert only matches www |
63 | | - --> |
64 | | - <rule from="^http://(?:www\.)?speedtest\.net/" |
65 | | - to="https://www.speedtest.net/" /> |
| 11 | + <rule from="^http:" to="https:" /> |
66 | 12 |
|
67 | 13 | </ruleset> |
0 commit comments