Update 'user.js'
This commit is contained in:
parent
fb7e1cbd06
commit
5cd7ae60fd
2
user.js
2
user.js
|
@ -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+]
|
||||
|
|
Loading…
Reference in New Issue