From 2bc52f4a610d33dad5bb50000616d0fcf819ca6a Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Wed, 24 Jun 2026 09:33:45 +0200 Subject: [PATCH] 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. --- src/invisible_playwright/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/invisible_playwright/constants.py b/src/invisible_playwright/constants.py index 731d7ce..ea588eb 100644 --- a/src/invisible_playwright/constants.py +++ b/src/invisible_playwright/constants.py @@ -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