tor-browser

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

commit 55022fd9d608912d396edb06385834070512a14b
parent bb603f7b2af7e7eb0340d20ed5b002c3ce13e27f
Author: smayya <smayya@mozilla.com>
Date:   Mon, 13 Oct 2025 07:21:45 +0000

Bug 1993693 - enable Idempotency key header only for nightly. r=necko-reviewers,valentin

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

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 @@ -13521,7 +13521,7 @@ # Include an idempotency-key header for POST requests - name: network.http.idempotencyKey.enabled type: RelaxedAtomicBool - value: true + value: @IS_NIGHTLY_BUILD@ mirror: always # Whether to respect the redirected-tainted origin flag