user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 91fed43fc7dcec01017b0cb7710cd272e168751a
parent 74f029566ecbd757abac025e1e7ec45add1ac6d6
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Wed,  5 Dec 2018 20:36:20 +0000

0703 atl-svc, better ref, #571
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -468,7 +468,7 @@ user_pref("network.http.spdy.enabled", false); user_pref("network.http.spdy.enabled.deps", false); user_pref("network.http.spdy.enabled.http2", false); /* 0703: disable HTTP Alternative Services (FF37+) - * [1] https://www.ghacks.net/2015/08/18/a-comprehensive-list-of-firefox-privacy-and-security-settings/#comment-3970881 + * [1] https://tools.ietf.org/html/rfc7838#section-9 * [2] https://www.mnot.net/blog/2016/03/09/alt-svc ***/ user_pref("network.http.altsvc.enabled", false); user_pref("network.http.altsvc.oe", false);