tor-browser

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

commit fed0875f9c7899ad60cc5102bf0867f5a55efbe4
parent 169a1c5e5cc315fdcb751f28a448eb3271d2c66b
Author: Sandor Molnar <smolnar@mozilla.com>
Date:   Wed,  1 Oct 2025 22:56:17 +0300

Bug 1917982 - Bustage fix for Compression Dictionaries

Diffstat:
Mnetwerk/base/nsNetUtil.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/netwerk/base/nsNetUtil.cpp b/netwerk/base/nsNetUtil.cpp @@ -4051,7 +4051,7 @@ bool NS_ParseUseAsDictionary(const nsACString& aValue, nsACString& aMatch, // Note: match= is required // Use-As-Dictionary = %s"match" / // %il"match-dest" / - // %s"id" \ + // %s"id" / // %t"type" ; case-sensitive nsCOMPtr<nsISFVService> sfv = GetSFVService();