Skip to content

Update / Randomize Fingerprint

Request

Method: POST
URL: /api/randomizeFingerprint

FieldTypeRequired
idintyes
ua, time-zone, location, screen, fonts, canvas, webgl, audio-context, client-rects, speech_voices, ssl, cpu, memory, device-name, macobjectno

Omit fields to let the client randomize those modules.

json
{ "id": 1 }

Response

json
{
  "success": true,
  "message": "Fingerprint updated successfully"
}

Relaunch the profile to apply in the browser.