From cc7d95c8ae6d93585c754cac1be8328793c3bad8 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Sat, 6 Jun 2026 22:34:20 +0200 Subject: [PATCH] release: pin BINARY_VERSION to firefox-8 firefox-8 carries the WebRTC fixes: behind a proxy, ICE now completes with an mDNS .local host and a server-reflexive candidate on the proxy IP (genuine nICEr priority/foundation) instead of coming up blocked, and IPv6 host candidates are suppressed. Binary published on the releases page; validated on both Windows and Linux via scripts/validate_release.py. --- 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 187aa2e..295ebf5 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-7" +BINARY_VERSION: str = "firefox-8" # Underlying Firefox version (for display only; does not drive downloads). FIREFOX_UPSTREAM_VERSION: str = "150.0.1"