tor-browser

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

commit 7387ef14c3534dd69cb605bf452bcd14ff9108e1
parent 97e64235a90fbc419f59ef6be100c818d947661f
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Sat, 22 Nov 2025 01:55:24 +0000

Bug 2001717 - Expose network.dns.native_https_timeout_android pref to Android only r=necko-reviewers,valentin

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

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

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -14345,12 +14345,14 @@ value: false mirror: always +#ifdef MOZ_WIDGET_ANDROID # When resolving a native HTTPS query with native APIs # the Android implementation has a max timeout - name: network.dns.native_https_timeout_android type: RelaxedAtomicInt32 value: 20000 mirror: always +#endif #ifdef XP_MACOSX # When resolving a native HTTPS query with native APIs