mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Don't enforce arbitrary TLS profile.
This prevents people from being unable to visit websites based on "best practice" assumptions.
This commit is contained in:
parent
b0c683be50
commit
7acf20ade3
1 changed files with 1 additions and 1 deletions
|
|
@ -1553,7 +1553,7 @@ pref("network.http.bypass-cachelock-threshold", 250);
|
|||
pref("network.http.spdy.enabled", true);
|
||||
pref("network.http.spdy.enabled.http2", true);
|
||||
pref("network.http.spdy.enabled.deps", true);
|
||||
pref("network.http.spdy.enforce-tls-profile", true);
|
||||
pref("network.http.spdy.enforce-tls-profile", false);
|
||||
pref("network.http.spdy.chunk-size", 16000);
|
||||
pref("network.http.spdy.timeout", 180);
|
||||
pref("network.http.spdy.coalesce-hostnames", true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue