Add Coinhive Miner ARE rule
This commit is contained in:
20
arerules/coinhive_miner.json
Normal file
20
arerules/coinhive_miner.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{"name": "Start CoinHive JavaScript miner",
|
||||||
|
"author": "bcoles",
|
||||||
|
"browser": "ALL",
|
||||||
|
"browser_version": "ALL",
|
||||||
|
"os": "ALL",
|
||||||
|
"os_version": "ALL",
|
||||||
|
"modules": [
|
||||||
|
{"name": "coinhive_miner",
|
||||||
|
"condition": null,
|
||||||
|
"options": {
|
||||||
|
"public_token":"Ofh5MIvjuCBDqwJ9TCTio7TYko0ig5TV",
|
||||||
|
"mode":"FORCE_EXCLUSIVE_TAB",
|
||||||
|
"mobile_enabled":""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"execution_order": [0],
|
||||||
|
"execution_delay": [0],
|
||||||
|
"chain_mode": "sequential"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user