From 0dcc49687fee1a1c08a35cdef8685e66d9fba5d4 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 10 Sep 2022 17:20:49 +0200 Subject: [PATCH] Enforces `mailnews.message_display.disable_remote_image` --- user.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/user.js b/user.js index ef33803..07c02be 100644 --- a/user.js +++ b/user.js @@ -1439,6 +1439,9 @@ user_pref("mail.phishing.detection.enabled", true); user_pref("mail.phishing.detection.disallow_form_actions", true); user_pref("mail.phishing.detection.ipaddresses", true); user_pref("mail.phishing.detection.mismatched_hosts", true); +/* 9250: Disable remote content loading + * [SETTING] Privacy & Security > Privacy > Mail content > Allow remote content in messages ***/ +user_pref("mailnews.message_display.disable_remote_image", true); // [DEFAULT: true] /*** [SECTION 9300]: OTHER THUNDERBIRD COMPONENTS (CHAT / CALENDAR / RSS) Options that relate to other Thunderbird components such as the chat client, calendar and RSS)