tor-browser

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

commit 2f1d20078488574f3f79738f65301b3d10196d62
parent b1863c92c2c775977eaec826a2eb7375a5456d0e
Author: Norisz Fay <nfay@mozilla.com>
Date:   Wed,  3 Dec 2025 02:57:52 +0200

Revert "Bug 2003541: Enable Compression Dictionaries to tride trains to release r=necko-reviewers,valentin" for causing bustages on NimbusFeatureManifest.h.stub

This reverts commit b1863c92c2c775977eaec826a2eb7375a5456d0e.

Diffstat:
Mmodules/libpref/init/StaticPrefList.yaml | 2+-
Mtoolkit/components/nimbus/FeatureManifest.yaml | 14+-------------
2 files changed, 2 insertions(+), 14 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: true + value: @IS_NIGHTLY_BUILD@ mirror: always #--------------------------------------------------------------------------- diff --git a/toolkit/components/nimbus/FeatureManifest.yaml b/toolkit/components/nimbus/FeatureManifest.yaml @@ -3458,19 +3458,7 @@ networkingDenyIpAddrAny: type: boolean setPref: branch: default - 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" + pref: "network.socket.ip_addr_any.disabled" cookieStore: description: Enablement of cookieStore API