tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 2b0a69fb37e3a360ca89497ce8bd3cfef15c9bc2
parent c4225ad9714e9a9b575cc2c66f2a82c8b6c1bcba
Author: Max Leonard Inden <mail@max-inden.de>
Date:   Tue, 11 Nov 2025 17:07:15 +0000

Bug 1996316 - Enable HTTP/3 QUIC UDP GSO on Android r=valentin

We had reports of UDP GSO on Android breaking sites (see Bug 1987256). To play
things safe, we disabled GSO on Android (Bug 1987114). A solution was proposed
and merged in Bug 1989895. Now we can re-enable GSO on Android.

Differential Revision: https://phabricator.services.mozilla.com/D270010

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -15222,11 +15222,6 @@ # # See https://bugzilla.mozilla.org/show_bug.cgi?id=1979279 for details. value: 1 -#elif defined(ANDROID) - # Disable GSO on Android. - # - # See <https://bugzilla.mozilla.org/show_bug.cgi?id=1987256> for details. - value: 1 #else # Current industry standard. Likely worth tuning. value: 10