Disable HTTP3 in Firefox due to bug
This commit is contained in:
parent
d82da290b7
commit
2f8dd55730
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ let
|
|||
"security.tls.enable_0rtt_data" = false;
|
||||
"media.ffmpeg.vaapi.enabled" = true;
|
||||
"media.rdd-ffmpeg.enabled" = true;
|
||||
"network.http.http3.enabled" = false; # Temporary workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1749908
|
||||
};
|
||||
|
||||
nonDefaultDesktop = pkgs.makeDesktopItem {
|
||||
|
|
Loading…
Reference in a new issue