tor-browser

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

commit 4f92388465cfeecbd3e1493d2673e260fd258e84
parent d23ea559cf906cb138262bbc1c459bc7adb5b2d7
Author: Valentin Gosu <valentin.gosu@gmail.com>
Date:   Tue, 16 Dec 2025 08:47:56 +0000

Bug 2005731 - Switch to using GET instead of POST for DoH requests (on Nightly) r=necko-reviewers,kershaw

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -14957,7 +14957,7 @@ # Use GET (rather than POST) - name: network.trr.useGET type: RelaxedAtomicBool - value: false + value: @IS_NIGHTLY_BUILD@ mirror: always # Allow RFC1918 address in responses?