Skip to content

Commit

Permalink
Enforces mail.compose.warn_public_recipients.* preferences (v93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Jul 18, 2022
1 parent 03f610e commit a38c4d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1385,6 +1385,10 @@ user_pref("mail.compose.big_attachments.notify", true); // [DEFAULT: true]
/* 9219: Set big attachment size to warn at */
user_pref("mail.compose.big_attachments.threshold_kb", 9220); // [DEFAULT: 5120]
// user_pref("mailnews.message_warning_size", 20971520); // [DEFAULT: 20971520]
/* 9220: Set public recipients number from which BCC is advised ***/
pref("mail.compose.warn_public_recipients.threshold", 10); // [DEFAULT: 15]
/* 9221: Show an alert if the warning above has not been addressed ***/
pref("mail.compose.warn_public_recipients.aggressive", true);

/** VIEW ***/
/* 9230: Disable JavaScript
Expand Down

0 comments on commit a38c4d6

Please sign in to comment.