1
0
Fork 0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2025-07-04 20:46:39 +02:00

Added description of how to use the detection test

Fixes #282
This commit is contained in:
kkapsner 2018-10-09 13:11:38 +02:00
parent 23279bad58
commit 9ae73d6a3e
2 changed files with 10 additions and 3 deletions

View file

@ -4,8 +4,8 @@ var addTest = (function(){
var statusDefinitions = [
{className: "notRun", text: "not run"},
{className: "loud", text: "CB detected"},
{className: "stealthy", text: "CB not detected"},
{className: "loud", text: "API tampering detected"},
{className: "stealthy", text: "no API tampering detected"},
{className: "failed", text: "test failed"}
];
var ul = document.getElementById("tests");