commit 58fb1db8380d641f43fa90308c36cd15fea0bb31
parent 2809854802b3756c26aa089987761f1bbd3f34ce
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date: Sun, 2 Aug 2020 01:27:30 +0000
HTTPS-Only Mode UI
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/user.js b/user.js
@@ -734,6 +734,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+]
* [NOTE] This is experimental
+ * [SETTING] Privacy & Security>HTTPS-Only Mode (FF81+)
* [1] https://bugzilla.mozilla.org/1613063 */
// user_pref("dom.security.https_only_mode", true); // [FF76+]
// user_pref("dom.security.https_only_mode.upgrade_local", true); // [FF77+]