|
6 | 6 | - T3Blog.com.xml |
7 | 7 |
|
8 | 8 |
|
9 | | - Nonfunctional subdomains: |
| 9 | + Nonfunctional hosts in *typo3.org: |
10 | 10 |
|
11 | 11 | - demo ¹ |
12 | 12 | - lists ² |
|
15 | 15 | ² Refused |
16 | 16 |
|
17 | 17 |
|
18 | | - Problematic subdomains: |
| 18 | + Problematic hosts in *typo3.org: |
19 | 19 |
|
20 | | - - docs ¹ |
21 | 20 | - flow ¹ |
22 | 21 | - neos ² |
23 | 22 |
|
|
38 | 37 | - css on flow from $self * |
39 | 38 | - Images flow from $self * |
40 | 39 | - favicon on buzz, flow from $self * |
41 | | - - Bug on ^, buzz, forum, wiki from wiki.typo3.org * |
| 40 | + - Bug on ^, buzz, forum, wiki from piwik.typo3.org * |
42 | 41 |
|
43 | 42 | ⁴ Secured by us |
44 | 43 |
|
|
68 | 67 | --> |
69 | 68 | <target host="neos.typo3.org" /> |
70 | 69 |
|
71 | | - <!-- Avoid false/broken MCB: |
72 | | - --> |
73 | | - <exclusion pattern="^http://docs\.typo3\.org/+(?!css/|favicon\.ico|fonts/|i/|t3extras/)" /> |
74 | 70 | <exclusion pattern="^http://flow\.typo3\.org/+(?!_Resources/)" /> |
75 | 71 |
|
76 | 72 | <!-- +ve: |
77 | 73 | --> |
78 | | - <test url="http://docs.typo3.org/getthedocs/" /> |
79 | | - <test url="http://docs.typo3.org/typo3cms/" /> |
80 | | - <test url="http://docs.typo3.org/typo3cms/CoreApiReference/" /> |
81 | | - <test url="http://docs.typo3.org/typo3cms/Index.html" /> |
82 | | - <test url="http://docs.typo3.org/typo3cms/InstallationGuide/" /> |
83 | | - <test url="http://docs.typo3.org/typo3cms/SecurityGuide/" /> |
84 | | - <test url="http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/" /> |
85 | | - |
86 | 74 | <test url="http://flow.typo3.org/community" /> |
87 | 75 | <test url="http://flow.typo3.org/home" /> |
88 | 76 | <test url="http://flow.typo3.org/support" /> |
89 | 77 |
|
90 | 78 | <!-- -ve: |
91 | 79 | --> |
92 | | - <test url="http://docs.typo3.org/css/t3_to_be_integrated.css" /> |
93 | | - <test url="http://docs.typo3.org/favicon.ico" /> |
94 | | - <test url="http://docs.typo3.org/fonts/share-regular-webfont.woff" /> |
95 | | - <test url="http://docs.typo3.org/i/arrow-r-888888-17x17.png" /> |
96 | | - <test url="http://docs.typo3.org/t3extras/css/print.css" /> |
97 | | - |
98 | 80 | <test url="http://flow.typo3.org/_Resources/Static/Packages/TYPO3.FlowTypo3Org/Stylesheets/print.css" /> |
99 | 81 |
|
| 82 | + <!-- Formerly triggered broken MCB: |
| 83 | + --> |
| 84 | + <test url="http://docs.typo3.org/getthedocs/" /> |
| 85 | + <test url="http://docs.typo3.org/typo3cms/" /> |
| 86 | + <test url="http://docs.typo3.org/typo3cms/CoreApiReference/" /> |
| 87 | + <test url="http://docs.typo3.org/typo3cms/Index.html" /> |
| 88 | + <test url="http://docs.typo3.org/typo3cms/InstallationGuide/" /> |
| 89 | + <test url="http://docs.typo3.org/typo3cms/SecurityGuide/" /> |
| 90 | + <test url="http://docs.typo3.org/typo3cms/TyposcriptSyntaxReference/" /> |
| 91 | + |
100 | 92 |
|
101 | 93 | <!-- Not secured by server: |
102 | 94 | --> |
|
105 | 97 | <!--securecookie host="^forge\.typo3\.org$" name="^_redmine_session$" /--> |
106 | 98 | <!--securecookie host="^\.forum\.typo3\.org$" name="^fud_session_\d+$" /--> |
107 | 99 |
|
108 | | - <securecookie host="^\.typo3\.org$" name="^fe_typo_user$" /> |
109 | | - <securecookie host="^(?:buzz|forge|\.forum)\.typo3\.org$" name=".+" /> |
| 100 | + <securecookie host="^\." name="^fe_typo_user$" /> |
| 101 | + <securecookie host="^(?!flow\.)." name="." /> |
110 | 102 |
|
111 | 103 |
|
112 | 104 | <!-- Redirect keeps path and args, |
|
0 commit comments