forked from EFForg/https-everywhere
-
Notifications
You must be signed in to change notification settings - Fork 4
/
AWeber.xml
103 lines (66 loc) · 2.01 KB
/
AWeber.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!--
CDN buckets:
- hostedimages.aweber-static.com.s3.amazonaws.com
- blogcontent.awebercommunicat.netdna-cdn.com
- -ssl doesn't exist
- blog-cdn.aweber-static.com
aweber.zendesk.com
Nonfunctional domains:
- missioncontrol.aweber.com ¹
- blog-cdn.aweber-static.com ²
¹ Refused
² 404, NetDNA
Problematic domains:
- status.aweber.com *
* StatusPage.io
Fully covered domains:
- aweber.com subdomains:
- analytics
- blog
- engineering
- forms
- help
- hosted (→ s3.amazonaws.com)
- labs
- status (→ aweber.statuspage.io)
- cdn[1-5].aweber-static.com
Mixed content:
- Images on blog.aweber.com from $self *
* Secured by us
-->
<ruleset name="AWeber (partial)">
<target host="aweber.com" />
<target host="*.aweber.com" />
<!--
Some paths 302 to http.
These do:
- $
- affiliates.htm
- antispam.htm
- blog/
- email-marketing-features.htm
- pricing.htm
- privacy.htm
These don't:
- assets/
- contact-us.htm
- favicon.ico
- images/
- img/
- login.htm
- order.htm
- signup.htm
<exclusion pattern="^http://(?:www\.)?aweber\.com/(?:(?:(?:affiliates|antispam|email-marketing-features|priving|privacy)\.htm)?(?:$|\?))" /-->
<exclusion pattern="^http://(?:www\.)?aweber\.com/(?!assets/|banners/|blog(?:$|[?/])|(?:(?:contact-us|login|order|signup)\.htm)(?:$|\?)|favicon\.ico|images/|img/)" />
<target host="*.aweber-static.com" />
<securecookie host="^(?:\.?forms|help|labs)\.aweber\.com$" name=".+" />
<securecookie host=".*\.aweber-static\.com$" name=".+" />
<rule from="^http://status\.aweber\.com/"
to="https://aweber.statuspage.io/" />
<rule from="^http://((?:analytics|blog|engineering|forms|help|labs|www)\.)?aweber\.com/"
to="https://$1aweber.com/" />
<rule from="^http://cdn([1-5])\.aweber-static\.com/"
to="https://cdn$1.weber-static.com/" />
<rule from="^http://hostedimages\.aweber-static\.com/"
to="https://s3.amazonaws.com/hostedimages.aweber-static.com/" />
</ruleset>