Skip to content

Commit 7351e56

Browse files
1243: mixed OBJECT_SUBREQUESTS
1 parent 4e42bad commit 7351e56

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

user.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,9 @@ user_pref("security.cert_pinning.enforcement_level", 2);
793793
user_pref("security.mixed_content.block_active_content", true); // default: true
794794
/* 1241: disable insecure passive content (such as images) on https pages - mixed context ***/
795795
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);
796799

797800
/** CIPHERS [see the section 1200 intro] ***/
798801
/* 1260: disable or limit SHA-1

0 commit comments

Comments
 (0)