From 1b7d99680c7279019960083763c4a4ff457bd0b6 Mon Sep 17 00:00:00 2001 From: kkadosh <32873649+kkadosh@users.noreply.github.com> Date: Fri, 22 Dec 2017 23:08:49 +0100 Subject: [PATCH] Improve coinhave detection (#1950) * Improve coinhave detection * Avoid FP --- src/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apps.json b/src/apps.json index a8aeb2029..e60a1c838 100644 --- a/src/apps.json +++ b/src/apps.json @@ -6624,7 +6624,7 @@ "script": "sap-ui-core\\.js", "website": "http://openui5.org/" }, - "Minero": { + "Minero.cc": { "cats": [ "56" ], @@ -6637,7 +6637,7 @@ "cats": [ "56" ], - "script": "https?://coin-have\\.com/c/[0-9a-zA-Z]+\\.js", + "script": "https?://coin-have\\.com/c/[0-9a-zA-Z]{4}\\.js", "icon": "coinhave.png", "website": "https://coin-have.com/" },