From 5cd7ae60fd6de40f7f0711292c5c60fd63d2c3c5 Mon Sep 17 00:00:00 2001 From: Narsil Date: Sat, 14 Nov 2020 12:17:00 -0500 Subject: [PATCH] Update 'user.js' --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index e68c553..2222686 100644 --- a/user.js +++ b/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+]