#
Canvas
#
What most anti-detect browsers do
Nearly all commerical anti-detect solutions add noise to the canvas to avoid canvas fingerprinting, even on shapes that render the same on every device. This technique is easily detectable by drawing a rectangle and comparing it to an expected result.
#
What Camoufox does
Camoufox implements Canvas anti-fingerprinting by using a patched build of Skia with modified subpixel rendering logic, making it impossible to tell your device apart from a device that renders anti-aliasing in a different way.
#
Properties
This patch is closed source. Releases with this patch is only avaliable on the GitHub releases page.
#
See related