[FIX] Adding an exclusion for "TYPO3 CMS" when "TYPO3 Flow" detected

main
Laurent Cherpit 11 years ago
parent f1fc99d485
commit 14dc823756

@ -2974,7 +2974,8 @@
"website": "flow.typo3.org", "website": "flow.typo3.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" }, "headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" },
"implies": "PHP" "implies": "PHP",
"excludes": "TYPO3 CMS"
}, },
"TYPO3 Neos": { "TYPO3 Neos": {
"website": "neos.typo3.org", "website": "neos.typo3.org",