From d822d3f15ef9d4e53185f02989cb78be1917627d Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Sat, 24 Dec 2022 10:39:45 -0500 Subject: [PATCH] mark upgrade_display-content as DEFAULT FF110 --- Securefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Securefox.js b/Securefox.js index acd560e..58fa396 100644 --- a/Securefox.js +++ b/Securefox.js @@ -863,7 +863,7 @@ user_pref("network.auth.subresource-http-auth-allow", 1); //user_pref("security.mixed_content.block_display_content", true); // PREF: upgrade passive content to use HTTPS on secure pages -//user_pref("security.mixed_content.upgrade_display_content", true); +//user_pref("security.mixed_content.upgrade_display_content", true); // DEFAULT [FF 110] // PREF: block insecure downloads from secure sites // [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1660952