|
1 | 1 | <!-- |
2 | 2 | Other AT&T rulesets: |
3 | | -
|
4 | 3 | - BellSouth.xml |
5 | 4 | - Sslcert35.com.xml |
6 | 5 |
|
7 | | -
|
8 | 6 | CDN buckets: |
9 | | -
|
10 | 7 | - cng.i.lithium.com |
11 | 8 |
|
| 9 | + Connection refused: |
| 10 | + - blogs.att.net |
| 11 | + - preview.att.net |
| 12 | + - repair.att.com |
| 13 | + - www.research.att.com |
12 | 14 |
|
13 | | - Nonfunctional domains: |
14 | | -
|
15 | | - - att.com subdomains: |
16 | | -
|
17 | | - - repair (times out) |
18 | | - - (www.)research (prints "this is a test") |
19 | | - - savings |
20 | | - - att.uc (http & https data differ) |
21 | | -
|
22 | | - - blogs.att.net * |
23 | | - - preview.att.net * |
24 | | - - (www.)attpublicpolicy.com (shows RHEL default page, CN: localhost.localdomain) |
25 | | -
|
26 | | - * Times out |
27 | | -
|
28 | | -
|
29 | | - Problematic domains: |
30 | | -
|
31 | | - - att.com subdomains: |
32 | | -
|
33 | | - - (www.)business (reset) |
34 | | - - uc (works; mismatched, CN: *.sslcert35.com) |
35 | | -
|
36 | | -
|
37 | | - Fully covered domains: |
38 | | -
|
39 | | - - att.com subdomains: |
40 | | -
|
41 | | - - (www.) |
42 | | - - connect |
43 | | - - www.corp |
44 | | - - cprodmasx |
45 | | - - developer |
46 | | - - www.e-access |
47 | | - - forums |
48 | | - - localization |
49 | | - - networkingexchangeblog |
50 | | - - rewardcenter |
51 | | - - smb |
52 | | - - trial.uc |
53 | | - - ufix |
54 | | - - uversecentral[3] |
55 | | - - webhosting |
56 | | - - www.wireless |
57 | | -
|
58 | | - - [013].ecom.attccc.com |
59 | | -
|
| 15 | + Invalid certificate: |
| 16 | + - uc.att.com, equivalent to www.uc.att.com |
60 | 17 | --> |
61 | | -<ruleset name="AT&T (partial)"> |
62 | 18 |
|
| 19 | +<ruleset name="AT&T (partial)"> |
| 20 | + <!-- att.com --> |
63 | 21 | <target host="att.com" /> |
64 | | - <target host="*.att.com" /> |
65 | | - <target host="*.ecom.attccc.com" /> |
66 | | - |
| 22 | + <target host="www.att.com" /> |
| 23 | + <target host="about.att.com" /> |
| 24 | + <target host="business.att.com" /> |
| 25 | + <target host="www.business.att.com" /> |
| 26 | + <target host="www.corp.att.com" /> |
| 27 | + <target host="cprodmasx.att.com" /> |
| 28 | + <target host="developer.att.com" /> |
| 29 | + <target host="www.e-access.att.com" /> |
| 30 | + <target host="forums.att.com" /> |
| 31 | + <target host="localization.att.com" /> |
| 32 | + <target host="networkingexchangeblog.att.com" /> |
| 33 | + <target host="rewardcenter.att.com" /> |
| 34 | + <target host="smb.att.com" /> |
| 35 | + <target host="uc.att.com" /> |
| 36 | + <target host="www.uc.att.com" /> |
| 37 | + <target host="ufix.att.com" /> |
| 38 | + <target host="uversecentral.att.com" /> |
| 39 | + <target host="uversecentral1.att.com" /> |
| 40 | + <target host="uversecentral2.att.com" /> |
| 41 | + <target host="uversecentral3.att.com" /> |
| 42 | + <target host="webhosting.att.com" /> |
| 43 | + <target host="wireless.att.com" /> |
| 44 | + <target host="www.wireless.att.com" /> |
| 45 | + |
| 46 | + <!-- attccc.com --> |
| 47 | + <target host="0.ecom.attccc.com" /> |
| 48 | + <target host="1.ecom.attccc.com" /> |
| 49 | + <target host="2.ecom.attccc.com" /> |
| 50 | + <target host="3.ecom.attccc.com" /> |
| 51 | + |
| 52 | + <!-- attpublicpolicy.com --> |
| 53 | + <target host="attpublicpolicy.com" /> |
| 54 | + <target host="www.attpublicpolicy.com" /> |
67 | 55 |
|
68 | 56 | <securecookie host="^.*\.att\.com$" name=".+" /> |
69 | 57 |
|
70 | 58 |
|
71 | | - <rule from="^http://((?:connect|www\.corp|cprodmasx|developer|www\.e-access|forums|localization|networkingexchangeblog|rewardcenter|smb|trial\.uc|ufix|uversecentral\d|webhosting|www\.wireless|www)\.)?att\.com/" |
72 | | - to="https://$1att.com/" /> |
73 | | - |
74 | | - <rule from="^http://(?:www\.)?business\.att\.com/(?:enterprise/)?(?:\?.*)?$" |
75 | | - to="https://www.att.com/gen/landing-pages?pid=9214" /> |
76 | | - |
77 | | - <!-- https://wireless redirects to login, while |
78 | | - http://wireless redirects like so. |
79 | | - --> |
80 | | - <rule from="^http://wireless\.att\.com/($|\?)" |
81 | | - to="https://www.att.com/shop/wireless/$1" /> |
82 | | - |
83 | | - <rule from="^http://(\d)\.ecom\.attccc\.com/" |
84 | | - to="https://$1.ecom.attccc.com/" /> |
| 59 | + <rule from="^http://uc\.att\.com/" |
| 60 | + to="https://www.uc.att.com/" /> |
85 | 61 |
|
| 62 | + <rule from="^http:" to="https:" /> |
86 | 63 | </ruleset> |
0 commit comments