mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 11:32:05 -08:00
Make browserforge update both headers and fingerprints
This commit is contained in:
parent
956a384ef7
commit
18b1d222e6
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def fetch(browserforge=False) -> None:
|
||||||
download_mmdb()
|
download_mmdb()
|
||||||
|
|
||||||
if browserforge:
|
if browserforge:
|
||||||
update_browserforge()
|
update_browserforge(headers=True, fingerprints=True)
|
||||||
|
|
||||||
|
|
||||||
@cli.command(name='remove')
|
@cli.command(name='remove')
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue