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() {