mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-04-15 15:42:57 -04:00
Update 40_security-misc.js
Disable donation banner annoyance
This commit is contained in:
parent
e9015dd44e
commit
93011e65a3
@ -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…
x
Reference in New Issue
Block a user