Update 40_security-misc.js

Disable donation banner annoyance
This commit is contained in:
cypherpunks 2025-03-04 05:35:51 +00:00 committed by GitHub
parent e9015dd44e
commit 93011e65a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);