mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 12:52:06 -08:00
pythonlib: Re-enable BrowserForge userAgent 0.1.2
Prevent discrepancies between fonts, platform, and userAgents.
This commit is contained in:
parent
10b26ab56e
commit
e487754a42
2 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,8 @@
|
|||
# Mappings of Browserforge fingerprints to Camoufox config properties.
|
||||
|
||||
navigator:
|
||||
# Disabled for now, since Browserforge tends to have outdated UAs
|
||||
# userAgent: navigator.userAgent
|
||||
# Note: Browserforge tends to have outdated UAs
|
||||
userAgent: navigator.userAgent
|
||||
# userAgentData not in Firefox
|
||||
doNotTrack: navigator.doNotTrack
|
||||
appCodeName: navigator.appCodeName
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||
|
||||
[tool.poetry]
|
||||
name = "camoufox"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
description = "Wrapper around Playwright to help launch Camoufox"
|
||||
authors = ["daijro <daijro.dev@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue