|
1 | 1 | <!-- |
2 | 2 | For other Network Solutions coverage, see Network-Solutions.xml. |
3 | 3 |
|
4 | | -
|
| 4 | + Nonfunctional subdomains: |
| 5 | +
|
| 6 | + a (hostname mismatch, CN: a248.e.akamai.net) |
| 7 | + sa (hostname mismatch, CN: a248.e.akamai.net) |
| 8 | + mail (timeout) |
| 9 | + siteminer (timeout) |
| 10 | + ppctool (timeout) |
| 11 | + phoenix-adrunner (timeout) |
| 12 | + 405f42d2.chi (connection refused) |
| 13 | +
|
| 14 | + www.guestbook |
| 15 | + www.counter |
| 16 | + www.bannerexchange |
| 17 | + www.boardserver |
| 18 | + www.superstats |
5 | 19 | ^: cert only matches *.mycomputer.com |
6 | 20 |
|
7 | 21 | --> |
8 | 22 | <ruleset name="MyComputer.com"> |
9 | 23 |
|
10 | 24 | <target host="mycomputer.com" /> |
11 | 25 | <target host="www.mycomputer.com" /> |
12 | | - |
13 | | - |
14 | | - <rule from="^http://(?:www\.)?mycomputer\.com/" |
15 | | - to="https://www.mycomputer.com/" /> |
16 | | - |
17 | | - <rule from="^http://watchdog\.mycomputer\.com/" |
18 | | - to="https://watchdog.mycomputer.com/" /> |
| 26 | + <target host="123counter.mycomputer.com" /> |
| 27 | + <target host="bannerexchange.mycomputer.com" /> |
| 28 | + <target host="boardserver.mycomputer.com" /> |
| 29 | + <target host="code-adrunner.mycomputer.com" /> |
| 30 | + <target host="code-mc-adrunner.mycomputer.com" /> |
| 31 | + <target host="counter.mycomputer.com" /> |
| 32 | + <target host="domains.mycomputer.com" /> |
| 33 | + <target host="enterprise.mycomputer.com" /> |
| 34 | + <target host="ezpolls.mycomputer.com" /> |
| 35 | + <target host="guestbook.mycomputer.com" /> |
| 36 | + <target host="iclicks.mycomputer.com" /> |
| 37 | + <target host="linkcount.mycomputer.com" /> |
| 38 | + <target host="media-adrunner.mycomputer.com" /> |
| 39 | + <target host="media-mc-adrunner.mycomputer.com" /> |
| 40 | + <target host="new.mycomputer.com" /> |
| 41 | + <target host="phoenix-mc-adrunner.mycomputer.com" /> |
| 42 | + <target host="sitemechanic.mycomputer.com" /> |
| 43 | + <target host="siterewards.mycomputer.com" /> |
| 44 | + <target host="submitwizard.mycomputer.com" /> |
| 45 | + <target host="superstats.mycomputer.com" /> |
| 46 | + <target host="textomatic.mycomputer.com" /> |
| 47 | + <target host="watchdog.mycomputer.com" /> |
| 48 | + <target host="webrookie.mycomputer.com" /> |
| 49 | + <target host="websnapshot.mycomputer.com" /> |
| 50 | + |
| 51 | + <rule from="^http:" |
| 52 | + to="https:" /> |
19 | 53 |
|
20 | 54 | </ruleset> |
0 commit comments