From aca25bfb071e2303cc1d73ac2d882780094c2fd7 Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sat, 24 Nov 2018 03:31:05 +0000 Subject: [PATCH] Improve a bit typo3 detection (#2533) This can be checked [here](http://www.gertrudhof.ch/index.php?id=1) --- src/apps.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index e0dd3b66d..5e65b7615 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9704,14 +9704,18 @@ "cats": [ 1 ], - "html": "<(?:script[^>]+ src|link[^>]+ href)=[^>]+typo3temp/", + "html": [ + "]+ href=\"typo3(?:conf|temp)/", + "]+ src=\"typo3(?:conf|temp)/" + ], "icon": "TYPO3.svg", "implies": "PHP", + "script": "^typo3(?:conf|temp)/", "meta": { "generator": "TYPO3\\s+(?:CMS\\s+)?([\\d.]+)?(?:\\s+CMS)?\\;version:\\1" }, "url": "/typo3/", - "website": "http://www.typo3.org" + "website": "https://typo3.org/" }, "Taiga": { "cats": [