Update 'user.js'

This commit is contained in:
Narsil 2020-11-25 06:12:37 -05:00
parent d3f4e483be
commit 007b02d356
1 changed files with 1 additions and 1 deletions

View File

@ -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);