Improve coinhave detection (#1950)

* Improve coinhave detection

* Avoid FP
main
kkadosh 7 years ago committed by Elbert Alias
parent 9aedf72f34
commit 1b7d99680c

@ -6624,7 +6624,7 @@
"script": "sap-ui-core\\.js", "script": "sap-ui-core\\.js",
"website": "http://openui5.org/" "website": "http://openui5.org/"
}, },
"Minero": { "Minero.cc": {
"cats": [ "cats": [
"56" "56"
], ],
@ -6637,7 +6637,7 @@
"cats": [ "cats": [
"56" "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", "icon": "coinhave.png",
"website": "https://coin-have.com/" "website": "https://coin-have.com/"
}, },

Loading…
Cancel
Save