From 62b067f1915d8c9111019243070a383e95a900bb Mon Sep 17 00:00:00 2001 From: jenz Date: Sat, 11 Feb 2023 01:34:10 +0100 Subject: [PATCH] reduced fingerprint cause would not detect all --- jenz_ban_detector/html/obfuscated5.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenz_ban_detector/html/obfuscated5.js b/jenz_ban_detector/html/obfuscated5.js index 14aaf730..f47cd2fc 100644 --- a/jenz_ban_detector/html/obfuscated5.js +++ b/jenz_ban_detector/html/obfuscated5.js @@ -3,8 +3,7 @@ async function sending(s, withCanvasDrawing, withoutCanvasDrawing, javaHashFunct var xhttp = new XMLHttpRequest(); xhttp.open('POST', 'https://receive.unloze.com/', true); xhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded'); - xhttp.send("name=" + JSON.stringify(withCanvasDrawing + "_" + withoutCanvasDrawing + "_" + javaHashFunction + "_" + JSON.stringify(s) - + "_" + JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip)); + xhttp.send("name=" + JSON.stringify(JSON.stringify(s) + "_" + JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip)); } function sleep() {