reduced fingerprint cause would not detect all
This commit is contained in:
		
							parent
							
								
									4c098cd683
								
							
						
					
					
						commit
						6ff484c3e3
					
				@ -3,8 +3,7 @@ async function sending(s, withCanvasDrawing, withoutCanvasDrawing, javaHashFunct
 | 
				
			|||||||
    var xhttp = new XMLHttpRequest();
 | 
					    var xhttp = new XMLHttpRequest();
 | 
				
			||||||
    xhttp.open('POST', 'https://receive.unloze.com/', true);
 | 
					    xhttp.open('POST', 'https://receive.unloze.com/', true);
 | 
				
			||||||
    xhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
 | 
					    xhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
 | 
				
			||||||
    xhttp.send("name=" + JSON.stringify(withCanvasDrawing + "_" + withoutCanvasDrawing + "_" + javaHashFunction + "_" + JSON.stringify(s)
 | 
					    xhttp.send("name=" + JSON.stringify(JSON.stringify(s) + "_" + JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip));
 | 
				
			||||||
        + "_" + JSON.stringify(visitorId)) + " " + JSON.stringify(client_ip));
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function sleep() {
 | 
					function sleep() {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user