From 18b1d222e6755bea2e804a4a0edf173e524e50d1 Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Sun, 3 Nov 2024 11:27:37 +0200 Subject: [PATCH] Make browserforge update both headers and fingerprints --- pythonlib/camoufox/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pythonlib/camoufox/__main__.py b/pythonlib/camoufox/__main__.py index e3988a5..034de3b 100644 --- a/pythonlib/camoufox/__main__.py +++ b/pythonlib/camoufox/__main__.py @@ -81,7 +81,7 @@ def fetch(browserforge=False) -> None: download_mmdb() if browserforge: - update_browserforge() + update_browserforge(headers=True, fingerprints=True) @cli.command(name='remove')