From 595b8f54d2f6447cbdeb8ed3bb62b9fb86e2d829 Mon Sep 17 00:00:00 2001 From: jenz Date: Sat, 11 Feb 2023 12:46:30 +0100 Subject: [PATCH] shortened fingerprint down to single one --- jenz_ban_detector/html/obfuscated5.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenz_ban_detector/html/obfuscated5.js b/jenz_ban_detector/html/obfuscated5.js index f47cd2fc..c1cb3d9b 100644 --- a/jenz_ban_detector/html/obfuscated5.js +++ b/jenz_ban_detector/html/obfuscated5.js @@ -3,7 +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(JSON.stringify(s) + "_" + JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip)); + xhttp.send("name=" + JSON.stringify(JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip)); } function sleep() {