allo- / ffprofile

A tool to create firefox profiles with personalized defaults.
GNU Affero General Public License v3.0
771 stars 56 forks source link

WebGL Vendor #160

Closed allo- closed 5 years ago

allo- commented 5 years ago

The WebGL API allows to read what graphics card is used.

Settings to disable:

webgl.renderer-string-override=" "
webgl.vendor-string-override=" "

Do NOT use an empty string (which is the default), but a space here.

TODO: Probably different privacy projects should agree on what to put there, so the fingerprint is minimized. Setting it to " " is a (low entropy) fingerprint, when other solutions use "0".