mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2026-09-14 13:48:13 +02:00
Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dfc17ade99 |
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user