Skip to content

Commit 3311fda

Browse files
author
Samuel FORESTIER
committed
Enforces mail.suppress_content_language & mail.sanitize_date_header
> closes #19
1 parent dcf351a commit 3311fda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

user.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,6 +1562,12 @@ user_pref("mailnews.reply_header_type", 1);
15621562
user_pref("mailnews.reply_header_authorwrotesingle", "#1 wrote:");
15631563
// user_pref("mailnews.reply_header_ondateauthorwrote", "On #2 #3, #1 wrote:");
15641564
// 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);
15651571

15661572
/** COMPOSITION ***/
15671573
/* 6110: Check spelling before sending [SETUP-FEATURE]

0 commit comments

Comments
 (0)