From cf250a9ee2f89c6de47c485fd63e09dc94791bc7 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 3 Nov 2020 09:45:39 +1100 Subject: [PATCH] Update technologies.json --- src/technologies.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 0afa69107..c31d302be 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -6117,11 +6117,11 @@ "dom": { "iframe[src*='guestonline']": { "attributes": { - "src": "ib\\.guestonline\\.(?:[\\w]+)" + "src": "ib\\.guestonline\\.\\w+" } } }, - "scripts": "ib\\.guestonline\\.(?:[\\w]+)", + "scripts": "ib\\.guestonline\\.\\w+", "website": "https://www.guestonline.io" }, "HCL Digital Experience": { @@ -17191,4 +17191,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}