From e2a34a63ae80ce0de8a34cd96f6568dfbc4275b6 Mon Sep 17 00:00:00 2001 From: q-- Date: Fri, 4 Oct 2019 13:07:31 +0200 Subject: [PATCH] Improve Symfony detection Various ways to detect Symfony when it's running in debug mode --- src/apps.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps.json b/src/apps.json index 7097b0faf..db3de1748 100644 --- a/src/apps.json +++ b/src/apps.json @@ -10297,6 +10297,13 @@ "cats": [ 18 ], + "cookies": { + "sf_redirect": "" + }, + "html": "(?:
]+?>[^]+([\\d.])+)\\;version:\\1", + "js": { + "Sfjs": "" + }, "icon": "Symfony.png", "implies": "PHP", "website": "http://symfony.com"