mirror of
https://github.com/feder-cr/invisible_playwright.git
synced 2026-06-07 08:35:12 +02:00
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.
This commit is contained in:
parent
8bf72da40c
commit
cc7d95c8ae
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-7"
|
||||
BINARY_VERSION: str = "firefox-8"
|
||||
|
||||
# Underlying Firefox version (for display only; does not drive downloads).
|
||||
FIREFOX_UPSTREAM_VERSION: str = "150.0.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue