mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2026-09-14 05:38:13 +02:00
sec: restores security.mixed_content.block_active_content (1240)
This preference has been dropped in 5342ec1619 (see #15) but actually
seems to still be disabled by default in Thunderbird. Let's enforce it for the time being.
Closes: #72
This commit is contained in:
@@ -470,6 +470,9 @@ user_pref("security.pki.crlite_mode", 2);
|
|||||||
// user_pref("security.osclientcerts.autoload", true);
|
// user_pref("security.osclientcerts.autoload", true);
|
||||||
|
|
||||||
/** MIXED CONTENT ***/
|
/** MIXED CONTENT ***/
|
||||||
|
/* 1240: disable insecure active content on https pages
|
||||||
|
* [1] https://gitlab.torproject.org/tpo/applications/tor-browser/-/issues/21323 ***/
|
||||||
|
user_pref("security.mixed_content.block_active_content", true);
|
||||||
/* 1241: disable insecure passive content (such as images) on https pages ***/
|
/* 1241: disable insecure passive content (such as images) on https pages ***/
|
||||||
user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth (see 1244)
|
user_pref("security.mixed_content.block_display_content", true); // Defense-in-depth (see 1244)
|
||||||
/* 1244: enable HTTPS-Only mode in all windows
|
/* 1244: enable HTTPS-Only mode in all windows
|
||||||
|
|||||||
Reference in New Issue
Block a user