From af44f7f8d7843605339ac8e7fd9ecb313f93b48a Mon Sep 17 00:00:00 2001 From: jvoisin Date: Thu, 7 Dec 2017 21:41:28 +0100 Subject: [PATCH] Add a "cryptominer" category (#1859) * Add a "cryptominer" category * Crypto-loot and Project-Poi are crypto-miners too --- src/apps.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/apps.json b/src/apps.json index 4751a404a..b415e6f0b 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1604,7 +1604,7 @@ }, "CoinHive": { "cats": [ - "19" + "56" ], "env": "^CoinHive$", "script": "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:", @@ -1614,7 +1614,8 @@ }, "CoinHive Captcha": { "cats": [ - "16" + "16", + "56" ], "html": "(?:]+class=\"coinhive-captcha[^>]+data-key|]+data-key[^>]+class=\"coinhive-captcha)", "script": "https?://authedmine\\.com/(?:lib/captcha|captcha)", @@ -1845,7 +1846,7 @@ }, "Crypto-Loot": { "cats": [ - "19" + "56" ], "env": "^CryptoLoot$", "script": "^(?:https):?//crypto-loot\\.com/lib/", @@ -4272,7 +4273,7 @@ }, "JSEcoin": { "cats": [ - "19" + "56" ], "env": "^jseMine$", "script": "^(?:https):?//load\\.jsecoin\\.com/server/load/", @@ -6787,7 +6788,7 @@ }, "ProjectPoi": { "cats": [ - "19" + "56" ], "env": "^ProjectPoi$", "script": "^(?:https):?//ppoi\\.org/lib/", @@ -11304,6 +11305,10 @@ "55": { "name": "Accounting", "priority": "1" + }, + "56": { + "name": "Cryptominer", + "priority": "8" } } } \ No newline at end of file