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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user