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:
Samuel FORESTIER
2026-09-12 21:33:35 +02:00
parent 58740ffc13
commit dfc17ade99
+3
View File
@@ -496,6 +496,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