Make browserforge update both headers and fingerprints

This commit is contained in:
Karim shoair 2024-11-03 11:27:37 +02:00 committed by GitHub
parent 956a384ef7
commit 18b1d222e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')