tor-browser

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

commit 53cbc2be27f4f5158fb37e687d0f4fdbb453292d
parent 02b109a1f58b28e7561fb8b15c5626ee4128a401
Author: Gregory Pappas <gp3033@protonmail.com>
Date:   Fri, 21 Nov 2025 20:17:53 +0000

Bug 2001707 - Expose network.dns.native_https_timeout_mac_msec pref to macOS only r=necko-reviewers,valentin

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

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 @@ -14357,12 +14357,14 @@ value: 20000 mirror: always +#ifdef XP_MACOSX # When resolving a native HTTPS query with native APIs # the MacOS implementation has a max timeout - name: network.dns.native_https_timeout_mac_msec type: RelaxedAtomicInt32 value: 5000 mirror: always +#endif # When this pref is true, we copy the host name to a fresh string before # calling into getaddrinfo.