File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1562,6 +1562,12 @@ user_pref("mailnews.reply_header_type", 1);
1562
1562
user_pref ( "mailnews.reply_header_authorwrotesingle" , "#1 wrote:" ) ;
1563
1563
// user_pref("mailnews.reply_header_ondateauthorwrote", "On #2 #3, #1 wrote:");
1564
1564
// user_pref("mailnews.reply_header_authorwroteondate", "#1 wrote on #2 #3:");
1565
+ /* 6106: Prevent spellchecking dictionary leakage through Content-Language header
1566
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1370217 ***/
1567
+ user_pref ( "mail.suppress_content_language" , true ) ;
1568
+ /* 6107: Sanitize Date header to convert date to UTC and round to closest minute
1569
+ * [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1603359 ***/
1570
+ user_pref ( "mail.sanitize_date_header" , true ) ;
1565
1571
1566
1572
/** COMPOSITION ***/
1567
1573
/* 6110: Check spelling before sending [SETUP-FEATURE]
You can’t perform that action at this time.
0 commit comments