mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-04 20:46:39 +02:00
parent
23279bad58
commit
9ae73d6a3e
2 changed files with 10 additions and 3 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue