|
12 | 12 | Problematic subdomains: |
13 | 13 |
|
14 | 14 | - cdn (akamai) |
| 15 | + cdn |
| 16 | + downloads |
| 17 | + forge |
| 18 | + lists |
| 19 | + planet |
| 20 | + wb |
| 21 | + forums |
| 22 | + labs |
15 | 23 |
|
16 | 24 |
|
17 | 25 | Nonfunctional subdomains: |
|
24 | 32 | <ruleset name="MySQL"> |
25 | 33 |
|
26 | 34 | <target host="mysql.com"/> |
27 | | - <target host="*.mysql.com"/> |
28 | | - <!-- forums works but is a cert mismatch --> |
29 | | - <exclusion pattern="^http://(?:cdn|downloads|forge|lists|planet|wb|forums|labs)\.mysql\.com/"/> |
30 | | - <test url="http://cdn.mysql.com/"/> |
31 | | - <test url="http://downloads.mysql.com/"/> |
32 | | - <test url="http://forge.mysql.com/"/> |
33 | | - <test url="http://lists.mysql.com/"/> |
34 | | - <test url="http://planet.mysql.com/"/> |
35 | | - <test url="http://wb.mysql.com/"/> |
36 | | - <test url="http://forums.mysql.com/"/> |
37 | | - <test url="http://labs.mysql.com/"/> |
| 35 | + <target host="dev.mysql.com"/> |
| 36 | + <target host="www-jp.mysql.com"/> |
| 37 | + <target host="repo.mysql.com"/> |
| 38 | + <target host="bugs.mysql.com"/> |
38 | 39 | <target host="mysql.de"/> |
39 | 40 | <target host="www.mysql.de"/> |
40 | 41 | <target host="mysql.fr"/> |
|
58 | 59 | --> |
59 | 60 | <securecookie host="^\.mysql\.\w{2,3}$" name="^MySQL_S$"/> |
60 | 61 |
|
61 | | - |
62 | | - |
63 | | - <rule from="^http://([^/:@\.]+\.)?mysql\.com/" |
64 | | - to="https://$1mysql.com/"/> |
65 | | - <test url="http://foo.mysql.com/"/> |
66 | | - <test url="http://bar.mysql.com/"/> |
67 | | - <test url="http://baz.mysql.com/"/> |
68 | | - |
69 | 62 | <!-- Cert doesn't match !www --> |
70 | | - <rule from="^http://(?:www\.)?mysql\.(\w\w)/" |
| 63 | + <rule from="^http://mysql\.(\w\w)/" |
71 | 64 | to="https://www.mysql.$1/"/> |
72 | 65 |
|
| 66 | + <rule from="^http:" |
| 67 | + to="https:" /> |
| 68 | + |
73 | 69 | </ruleset> |
0 commit comments