From b177c73f0d185954a480e5632a4a1c242b307dab Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Mon, 23 Aug 2021 09:47:34 +0000 Subject: [PATCH] typo technically it's "or" - FPI overrides network partitioning --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index a823c21..ebba09a 100644 --- a/user.js +++ b/user.js @@ -1348,7 +1348,7 @@ user_pref("_user.js.parrot", "7000 syntax error: the parrot's pushing up daisies // user_pref("network.http.spdy.enabled.http2", false); // user_pref("network.http.spdy.websockets", false); // [FF65+] /* 7010: disable HTTP Alternative Services [FF37+] - * [WHY] Already isolated by network partitioning (FF85+) and FPI ***/ + * [WHY] Already isolated by network partitioning (FF85+) or FPI ***/ // user_pref("network.http.altsvc.enabled", false); // user_pref("network.http.altsvc.oe", false);