From d9180bcdd2c2cf56641b93083219d1d044316fea Mon Sep 17 00:00:00 2001 From: Laurent Cherpit Date: Sun, 25 May 2014 14:04:21 +0200 Subject: [PATCH] No need to escape slashes twice. Wappalyzer.js already takes care of that. --- share/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index b8bca1a81..9bfaa832f 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2974,14 +2974,14 @@ "TYPO3 Flow": { "website": "flow.typo3.org", "cats": [ 18 ], - "headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" }, + "headers": { "X-Flow-Powered": "Flow/(.+)?$\\;version:\\1" }, "implies": "PHP", "excludes": "TYPO3 CMS" }, "TYPO3 Neos": { "website": "neos.typo3.org", "cats": [ 1 ], - "html": "xmlns:typo3=\\\"http:\\/\\/www\\.typo3\\.org\\/ns\\/[\\d]{4}\\/Flow\\/Packages\\/Neos\\/Content\\/", + "html": "xmlns:typo3=\\\"http://www\\.typo3\\.org/ns/[\\d]{4}/Flow/Packages/Neos/Content/", "url": "/neos/", "implies": [ "PHP", "TYPO3 Flow" ], "excludes": "TYPO3 CMS"