Update 'user.js'

This commit is contained in:
Narsil 2020-11-14 12:17:00 -05:00
parent fb7e1cbd06
commit 5cd7ae60fd
1 changed files with 1 additions and 1 deletions

View File

@ -799,7 +799,7 @@ user_pref("security.mixed_content.block_object_subrequest", true);
// When "https_only_mode" (all windows) is true, "https_only_mode_pbm" (private windows only) is ignored
// [WARNING] This is experimental [1] and you can't set exceptions if FPI is enabled (fixed in FF83)
// [SETTING] to add site exceptions: Page Info>Permissions>Use insecure HTTP (FF80+)
// [SETTING] Privacy & Security>HTTPS-Only Mode (FF80+ with browser.preferences.exposeHTTPSOnly = true)
// [SETTING] Privacy & Security>HTTPS-Only Mode
// https://bugzilla.mozilla.org/1613063 [META]
// https://bugzilla.mozilla.org/1647829 ***/
user_pref("dom.security.https_only_mode", true); // [FF76+]