Update / Randomize Fingerprint
Request
Method: POST
URL: /api/randomizeFingerprint
| Field | Type | Required |
|---|---|---|
| id | int | yes |
| ua, time-zone, location, screen, fonts, canvas, webgl, audio-context, client-rects, speech_voices, ssl, cpu, memory, device-name, mac | object | no |
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.
