mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-25 09:28:05 +02:00
Pin firefox-13: geo-aware locale/Intl + Windows font bundle + audio gate
firefox-13 ships the bundled Windows fonts, makes navigator.languages / Accept-Language / the Intl locale all follow the proxy country, and gates the audio fingerprint noise off. The prefs.py change that emits the new font/locale prefs needs this binary, so the bump and that change land together.
This commit is contained in:
parent
3c0efa2d4f
commit
2bc52f4a61
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ bugfixes don't force a multi-hour Firefox rebuild.
|
|||
from __future__ import annotations
|
||||
|
||||
# Bump this when a new patched Firefox build is released on GitHub.
|
||||
BINARY_VERSION: str = "firefox-12"
|
||||
BINARY_VERSION: str = "firefox-13"
|
||||
|
||||
# Releases known to be broken — ensure_binary() refuses them with a clear error
|
||||
# instead of handing the user an unusable binary. firefox-8 was packaged without
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue