mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-06-12 13:02:50 -04:00
Update 40_security-misc.js
Disable donation banner annoyance
This commit is contained in:
parent
e9015dd44e
commit
93011e65a3
1 changed files with 5 additions and 0 deletions
|
@ -135,3 +135,8 @@ pref("mail.imap.expunge_after_delete", true);
|
|||
// Don't leak the locale "Date & Time" via reply quote header
|
||||
pref("mailnews.reply_header_type", 1);
|
||||
pref("mailnews.reply_header_authorwrotesingle", "#1 wrote:");
|
||||
|
||||
//### Nuances & Annoyances
|
||||
// Disable donation banner
|
||||
pref("mailnews.donationbanner.enabled", false);
|
||||
pref("app.donation.eoy.version.viewed", 999999);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue