From acd5b98e2878cb8527d9f64b1d698af778e630b7 Mon Sep 17 00:00:00 2001 From: Honjes Date: Fri, 25 Sep 2020 13:03:43 +0200 Subject: [PATCH] improving Auth0 detection --- src/technologies.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/technologies.json b/src/technologies.json index 5d153c00a..6b85c63e1 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -1685,7 +1685,10 @@ ], "description": "Auth0 headless browser sdk", "icon": "Auth0.png", - "scripts": "/auth0(?:-js)?(/|@)([\\d.]+)(?:/([a-z]+))?/auth0(?:.min)?\\.js\\;version:\\1", + "scripts": [ + "/auth0(?:-js)?/([\\d.]+)/auth0(?:.min)?\\.js\\;version:\\1", + "/auth0-js@([\\d.]+)/([a-z]+)/auth0\\.min\\.js\\;version:\\1" + ], "website": "https://auth0.github.io/auth0.js/index.html" }, "Auth0 Lock": {