user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit c90341ddedf7e0c1ae1256d647a9470d056602c1
parent d5ccf4693b7cac1f9d04255187a735d51691d7a6
Author: earthlng <earthlng@users.noreply.github.com>
Date:   Wed,  7 Oct 2020 12:10:24 +0000

1244: HTTPS-Only mode update (#1031)


Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -736,7 +736,7 @@ user_pref("security.mixed_content.block_display_content", true); user_pref("security.mixed_content.block_object_subrequest", true); /* 1244: enable HTTPS-Only mode [FF76+] * When "https_only_mode" (all windows) is true, "https_only_mode_pbm" (private windows only) is ignored - * [WARNING] This is experimental, see [1] and you can't set exceptions if FPI is enabled, see [2] + * [WARNING] This is experimental [1] and you can't set exceptions if FPI is enabled [2] (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) * [1] https://bugzilla.mozilla.org/1613063 [META]