tor-browser

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

commit 49988b4b9887b39adabb5a698cef009d909bce12
parent a0f560f971b681e7a4f1ca9a918fa9102669c410
Author: Randell Jesup <rjesup@mozilla.com>
Date:   Thu,  4 Dec 2025 02:21:17 +0000

Bug 2003541: Enable Compression Dictionaries to tride trains to release r=necko-reviewers,valentin

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

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
Mtoolkit/components/nimbus/FeatureManifest.yaml | 14+++++++++++++-
2 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/modules/libpref/init/StaticPrefList.yaml b/modules/libpref/init/StaticPrefList.yaml @@ -15903,7 +15903,7 @@ # Enable HTTP Compression Dictionary support - name: network.http.dictionaries.enable type: RelaxedAtomicBool - value: @IS_NIGHTLY_BUILD@ + value: true mirror: always #--------------------------------------------------------------------------- diff --git a/toolkit/components/nimbus/FeatureManifest.yaml b/toolkit/components/nimbus/FeatureManifest.yaml @@ -3458,7 +3458,19 @@ networkingDenyIpAddrAny: type: boolean setPref: branch: default - pref: "network.socket.ip_addr_any.disabled" + pref: network.socket.ip_addr_any.disabled + +compressionDictionaries: + description: HTTP Compression Dictionaries + owner: rjesup@mozilla.com + hasExposure: false + variables: + enableDictionaries: + description: Enables/disables HTTP Compression Dictionaries + type: boolean + setPref: + branch: default + pref: network.http.dictionaries.enable cookieStore: description: Enablement of cookieStore API