Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 809 Bytes

Webglfingerprint.md

File metadata and controls

12 lines (8 loc) · 809 Bytes

WebGL Fingerprinting

What is WebGL Fingerprinting?

Like canvas fingerprinting, this technique force your browser to render images off-screen and then use these images to infer information about your device’s hardware and graphics system.

Recommended approach to WebGL Fingerprint

BEST CHOICE: Playwright + Stealth + hosting on a workstation if the configuration of the antibot is particularly strict.

Reference and interesting links

WebGL Fingerprint Intro WebGL Fingerprint Examples