Update 'user.js'

This commit is contained in:
Narsil 2021-04-04 13:54:42 -04:00
parent 9a721a792a
commit 0e92f5ae2e
1 changed files with 1 additions and 0 deletions

View File

@ -896,6 +896,7 @@ user_pref("dom.security.https_only_mode_pbm", true); // [FF80+]
// 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);
// -------------------------------------
// Treat .onion as a secure context [FF60+] [TOR]
// [NOTE] Firefox cannot access .onion sites by default: it is strongly recommended you just use Tor Browser
// https://bugzilla.mozilla.org/1382359