From c4948ad200ffe775c3f95542fa6bd4399c7b12c8 Mon Sep 17 00:00:00 2001 From: Rich Hall Date: Fri, 9 Jul 2021 11:58:33 +1000 Subject: [PATCH] Added version detection on CSS file link --- src/technologies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 5b86bcd72..4b0d6234a 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6588,8 +6588,8 @@ "freemium" ], "html": [ - "]*href=(?:\"|')[^\"']*wp-content/themes/hello-elementor", - "]*href=(?:\"|')[^\"']*wp-content/themes/elementor-hello" + "]*href=(?:\"|')[^\"']*wp-content/themes/hello-elementor/.*\\.css\\?ver=([0-9.]+)\\;version:\\1", + "]*href=(?:\"|')[^\"']*wp-content/themes/elementor-hello/.*\\.css\\?ver=([0-9.]+)\\;version:\\1" ], "dom": [ "style[id*='hello-elementor']",