|
1 | 1 | <!-- |
2 | 2 | Other Fastmail rulesets: |
3 | 3 |
|
| 4 | + - Listbox.xml |
4 | 5 | - Messagingengine.com.xml |
| 6 | + - Pobox.xml |
| 7 | + - topicbox.com.xml |
5 | 8 |
|
| 9 | + HSTS: |
| 10 | +
|
| 11 | + - fastmail.com |
6 | 12 |
|
7 | 13 | Problematic subdomains: |
8 | 14 |
|
9 | 15 | - fbl (mismatched, CN: *.returnpath.net, returnpath.net ) |
10 | | - - status (mismatched, CN: *.messagingengine.com, messagingengine.com) |
11 | 16 | - user-customized subdomains of fastmail.fm (connection refused, e.g. fhapgood, artwork, startupguide) |
12 | 17 |
|
| 18 | + More domains: |
| 19 | +
|
| 20 | + - https://www.fastmail.com/about/ourdomains.html |
| 21 | + - fastmailteam.com |
| 22 | + - *.user.fm |
13 | 23 | --> |
14 | 24 | <ruleset name="Fastmail (partial)"> |
15 | | - |
16 | | - <target host="fastmail.com" /> |
17 | | - <target host="beta.fastmail.com" /> |
18 | | - <target host="blog.fastmail.com" /> |
19 | | - <target host="classic.fastmail.com" /> |
20 | | - <target host="qa.fastmail.com" /> |
21 | | - |
22 | 25 | <target host="fastmail.fm" /> |
| 26 | + <target host="www.fastmail.fm" /> |
23 | 27 | <target host="beta.fastmail.fm" /> |
24 | 28 | <target host="classic.fastmail.fm" /> |
25 | 29 | <target host="qa.fastmail.fm" /> |
26 | | - <target host="www.fastmail.fm" /> |
| 30 | + <target host="status.fastmail.fm" /> |
27 | 31 |
|
| 32 | + <target host="fastmail.blog" /> |
| 33 | + <target host="www.fastmail.blog" /> |
28 | 34 |
|
29 | | - <!-- Secured by server: |
30 | | - --> |
31 | | - <!--securecookie host="^\.(beta|qa|www)\.fastmail\.(com|fm)$" name="^_s$" /--> |
| 35 | + <target host="www.fastmailfbl.com" /> |
| 36 | + |
| 37 | + <target host="fastmailstatus.com" /> |
| 38 | + <target host="www.fastmailstatus.com" /> |
32 | 39 |
|
33 | | - <securecookie host="^.*\.fastmail\.com$" name=".+" /> |
| 40 | + <target host="www.fastmailusercontent.com" /> |
34 | 41 |
|
35 | | - <rule from="^http:" |
36 | | - to="https:" /> |
| 42 | + <target host="jmap.io" /> |
37 | 43 |
|
| 44 | + <rule from="^http:" to="https:" /> |
38 | 45 | </ruleset> |
0 commit comments