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 +}