From ccbca41e2d73fa63908fd87c2a7d35615016e7f7 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 13 Nov 2020 01:03:29 +0000 Subject: [PATCH] start 83 alpha, fixup 1244 setting info `browser.preferences.exposeHTTPSOnly` is now default true --- user.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index d0d86fd..3d6dc70 100644 --- a/user.js +++ b/user.js @@ -1,7 +1,7 @@ /****** * name: arkenfox user.js * date: 12 Nov 2020 -* version 82 +* version 83-alpha * url: https://github.com/arkenfox/user.js * license: MIT: https://github.com/arkenfox/user.js/blob/master/LICENSE.txt @@ -730,7 +730,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 [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) + * [SETTING] Privacy & Security>HTTPS-Only Mode * [1] https://bugzilla.mozilla.org/1613063 [META] * [2] https://bugzilla.mozilla.org/1647829 ***/ // user_pref("dom.security.https_only_mode", true); // [FF76+]