mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-20 16:01:01 +00:00
Remove canvas anti-fingerprinting
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user