From 5a59c1b7e755505219834de29b3025179a0adf30 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 30 Jul 2023 12:48:36 +0200 Subject: [PATCH] Enforces `mail.html_sanitize.drop_conditional_css` (TB 78 ESR) --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 0e05312..bca6fda 100644 --- a/user.js +++ b/user.js @@ -1468,6 +1468,7 @@ user_pref("mailnews.display.disallow_mime_handlers", 3); * [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2 * [3] https://www.bucksch.org/1/projects/mozilla/108153/ ***/ user_pref("mailnews.display.html_as", 3); +user_pref("mail.html_sanitize.drop_conditional_css", true); // [DEFAULT: true] /* 9216: Prefer to view as plaintext or HTML [SETUP-FEATURE] * true=Display a message as plain text when there is both a HTML and a plain * text version of a message body