Skip to content

Commit 71d8c86

Browse files
injustJ0WI
authored andcommitted
Update ruleset: AT&T (EFForg#16435)
* Remove non-capturing groups * Update custom rules - Remove for `wireless.att.com` because HTTP does not connect * Add targets * Explicitly list targets * Review non-functional targets * Remove nonfunctional hosts * Add previously nonfunctional targets
1 parent 9238520 commit 71d8c86

1 file changed

Lines changed: 45 additions & 68 deletions

File tree

Lines changed: 45 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,63 @@
11
<!--
22
Other AT&T rulesets:
3-
43
- BellSouth.xml
54
- Sslcert35.com.xml
65
7-
86
CDN buckets:
9-
107
- cng.i.lithium.com
118
9+
Connection refused:
10+
- blogs.att.net
11+
- preview.att.net
12+
- repair.att.com
13+
- www.research.att.com
1214
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
6017
-->
61-
<ruleset name="AT&amp;T (partial)">
6218

19+
<ruleset name="AT&amp;T (partial)">
20+
<!-- att.com -->
6321
<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" />
6755

6856
<securecookie host="^.*\.att\.com$" name=".+" />
6957

7058

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/" />
8561

62+
<rule from="^http:" to="https:" />
8663
</ruleset>

0 commit comments

Comments
 (0)