From acbf881b1f7cede2a903f226bdaa7f636ce688d3 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Thu, 15 Nov 2018 15:47:21 +0000 Subject: [PATCH] saving the world bytes at a time --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 8415596..a3ac3c2 100644 --- a/user.js +++ b/user.js @@ -794,7 +794,7 @@ user_pref("security.mixed_content.block_active_content", true); // default: true /* 1241: disable insecure passive content (such as images) on https pages - mixed context ***/ user_pref("security.mixed_content.block_display_content", true); /* 1243: block unencrypted requests from Flash on encrypted pages to mitigate MitM attacks (FF59+) - * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1190623 ***/ + * [1] https://bugzilla.mozilla.org/1190623 ***/ user_pref("security.mixed_content.block_object_subrequest", true); /** CIPHERS [see the section 1200 intro] ***/