From 007b02d35669f0eaa6792c3f124bdca7c9dbe616 Mon Sep 17 00:00:00 2001 From: Narsil Date: Wed, 25 Nov 2020 06:12:37 -0500 Subject: [PATCH] Update 'user.js' --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index e8cfb0b..e8f9b1d 100644 --- a/user.js +++ b/user.js @@ -812,7 +812,7 @@ user_pref("dom.security.https_only_mode_pbm", true); // [FF80+] // ------------------------------------- // Disable HTTP background requests [FF82+] // When attempting to upgrade, if the server doesn't respond within 3 seconds, firefox -// sends HTTP requests requests in order to check if the server supports HTTPS or not. +// sends HTTP requests in order to check if the server supports HTTPS or not. // This is done to avoid waiting for a timeout which takes 90 seconds // https://bugzilla.mozilla.org/buglist.cgi?bug_id=1642387,1660945 ***/ user_pref("dom.security.https_only_mode_send_http_background_request", false);