Remove canvas anti-fingerprinting

This commit is contained in:
daijro
2026-02-07 03:05:50 -06:00
parent b4d5ae515f
commit 4973672d01
-9
View File
@@ -654,15 +654,6 @@ def launch_options(
},
)
# Canvas anti-fingerprinting
merge_into(
config,
{
'canvas:aaOffset': randint(-50, 50), # nosec
'canvas:aaCapOffset': True,
},
)
# Cache previous pages, requests, etc (uses more memory)
if enable_cache:
merge_into(firefox_user_prefs, CACHE_PREFS)