tor-browser

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

commit b1863c92c2c775977eaec826a2eb7375a5456d0e
parent edf5a8e024cdd30d00576263b8834dfdf642806e
Author: Randell Jesup <rjesup@mozilla.com>
Date:   Wed,  3 Dec 2025 00:40:51 +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 @@ -15914,7 +15914,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