From 9842624ecc62bd72bc39efecce2c454021845fe9 Mon Sep 17 00:00:00 2001 From: q-- Date: Wed, 25 Oct 2017 12:58:49 +0200 Subject: [PATCH] Add CoinHive and CoinHive Captcha --- src/apps.json | 19 +++++++++++++++++++ src/icons/CoinHive.svg | 10 ++++++++++ 2 files changed, 29 insertions(+) create mode 100644 src/icons/CoinHive.svg diff --git a/src/apps.json b/src/apps.json index 7d2ef58b6..39c2ebe6f 100644 --- a/src/apps.json +++ b/src/apps.json @@ -1571,6 +1571,25 @@ "icon": "CodeMirror.png", "website": "http://codemirror.net" }, + "CoinHive": { + "cats": [ + "19" + ], + "env": "^CoinHive$", + "script": "\\/(?:coinhive|(authedmine))(?:\\.min)?\\.js\\;version:\\1?opt-in:", + "url": "https?://cnhv.co/", + "icon": "CoinHive.svg", + "website": "https://coinhive.com" + }, + "CoinHive Captcha": { + "cats": [ + "16" + ], + "html": "(?:]+class=\"coinhive-captcha[^>]+data-key|]+data-key[^>]+class=\"coinhive-captcha)", + "script": "https?://authedmine.com/(?:lib/captcha|captcha)", + "icon": "CoinHive.svg", + "website": "https://coinhive.com" + }, "Comandia": { "cats": [ "6" diff --git a/src/icons/CoinHive.svg b/src/icons/CoinHive.svg new file mode 100644 index 000000000..d61cede8b --- /dev/null +++ b/src/icons/CoinHive.svg @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file