mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-06 16:25:04 -04:00
saving the world bytes at a time
This commit is contained in:
parent
7351e561c4
commit
acbf881b1f
1 changed files with 1 additions and 1 deletions
2
user.js
2
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] ***/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue