From 0af0d9d7ec41079e0c062bbe5594c425eed153c8 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Sat, 20 May 2023 01:55:05 -0700 Subject: [PATCH] Added extra check for React detection --- http/technologies/tech-detect.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/http/technologies/tech-detect.yaml b/http/technologies/tech-detect.yaml index 2309aebfa4..13f62cab92 100644 --- a/http/technologies/tech-detect.yaml +++ b/http/technologies/tech-detect.yaml @@ -1653,6 +1653,7 @@ http: name: react regex: - <[^>]+data-react + - Web site created using create-react-app condition: or part: body