We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e42bad commit 7351e56Copy full SHA for 7351e56
user.js
@@ -793,6 +793,9 @@ user_pref("security.cert_pinning.enforcement_level", 2);
793
user_pref("security.mixed_content.block_active_content", true); // default: true
794
/* 1241: disable insecure passive content (such as images) on https pages - mixed context ***/
795
user_pref("security.mixed_content.block_display_content", true);
796
+/* 1243: block unencrypted requests from Flash on encrypted pages to mitigate MitM attacks (FF59+)
797
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1190623 ***/
798
+user_pref("security.mixed_content.block_object_subrequest", true);
799
800
/** CIPHERS [see the section 1200 intro] ***/
801
/* 1260: disable or limit SHA-1
0 commit comments