From 733eacf6eab1742c6f87d62df9239e7175ac9bc5 Mon Sep 17 00:00:00 2001 From: q-- Date: Mon, 9 Feb 2015 15:08:21 +0100 Subject: [PATCH] Lower RxJS env pattern confidence See the discussion here: https://github.com/ElbertF/Wappalyzer/pull/781#issuecomment-72619339 --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 795697382..1b612af1b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -3175,7 +3175,7 @@ "website": "reactive-extensions.github.io/RxJS/", "cats": [ 12 ], "script": "rx(?:\\.\\w+)?(?:\\.compat)?(?:\\.min)?\\.js", - "env": "^Rx$" + "env": "^Rx$\\;confidence:20" }, "S.Builder": { "website": "www.sbuilder.ru",