improving Auth0 detection

main
Honjes 4 years ago
parent 7b7af4153e
commit acd5b98e28

@ -1685,7 +1685,10 @@
], ],
"description": "Auth0 headless browser sdk", "description": "Auth0 headless browser sdk",
"icon": "Auth0.png", "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" "website": "https://auth0.github.io/auth0.js/index.html"
}, },
"Auth0 Lock": { "Auth0 Lock": {

Loading…
Cancel
Save