forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 4
/
ATandT.xml
86 lines (57 loc) · 1.7 KB
/
ATandT.xml
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
79
80
81
82
83
84
85
86
<!--
Other AT&T rulesets:
- BellSouth.xml
- Sslcert35.com.xml
CDN buckets:
- cng.i.lithium.com
Nonfunctional domains:
- att.com subdomains:
- repair (times out)
- (www.)research (prints "this is a test")
- savings
- att.uc (http & https data differ)
- blogs.att.net *
- preview.att.net *
- (www.)attpublicpolicy.com (shows RHEL default page, CN: localhost.localdomain)
* Times out
Problematic domains:
- att.com subdomains:
- (www.)business (reset)
- uc (works; mismatched, CN: *.sslcert35.com)
Fully covered domains:
- att.com subdomains:
- (www.)
- connect
- www.corp
- cprodmasx
- developer
- www.e-access
- forums
- localization
- networkingexchangeblog
- rewardcenter
- smb
- trial.uc
- ufix
- uversecentral[3]
- webhosting
- www.wireless
- [013].ecom.attccc.com
-->
<ruleset name="AT&T (partial)">
<target host="att.com" />
<target host="*.att.com" />
<target host="*.ecom.attccc.com" />
<securecookie host="^.*\.att\.com$" name=".+" />
<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/"
to="https://$1att.com/" />
<rule from="^http://(?:www\.)?business\.att\.com/(?:enterprise/)?(?:\?.*)?$"
to="https://www.att.com/gen/landing-pages?pid=9214" />
<!-- https://wireless redirects to login, while
http://wireless redirects like so.
-->
<rule from="^http://wireless\.att\.com/($|\?)"
to="https://www.att.com/shop/wireless/$1" />
<rule from="^http://(\d)\.ecom\.attccc\.com/"
to="https://$1.ecom.attccc.com/" />
</ruleset>