mirror of
https://github.com/daijro/camoufox.git
synced 2026-08-20 08:00:59 +00:00
pythonlib: Re-enable BrowserForge userAgent 0.1.2
Prevent discrepancies between fonts, platform, and userAgents.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user