mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-10 21:12:04 -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.
|
# Mappings of Browserforge fingerprints to Camoufox config properties.
|
||||||
|
|
||||||
navigator:
|
navigator:
|
||||||
# Disabled for now, since Browserforge tends to have outdated UAs
|
# Note: Browserforge tends to have outdated UAs
|
||||||
# userAgent: navigator.userAgent
|
userAgent: navigator.userAgent
|
||||||
# userAgentData not in Firefox
|
# userAgentData not in Firefox
|
||||||
doNotTrack: navigator.doNotTrack
|
doNotTrack: navigator.doNotTrack
|
||||||
appCodeName: navigator.appCodeName
|
appCodeName: navigator.appCodeName
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "camoufox"
|
name = "camoufox"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
description = "Wrapper around Playwright to help launch Camoufox"
|
description = "Wrapper around Playwright to help launch Camoufox"
|
||||||
authors = ["daijro <daijro.dev@gmail.com>"]
|
authors = ["daijro <daijro.dev@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue