Bug 1925389 - Implement EOY donation appeal. r=babolivier

Differential Revision: https://phabricator.services.mozilla.com/D230001

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Alessandro Castellani 2024-11-26 21:49:06 +00:00
Родитель 0ca113be26
Коммит 21fb4f8383
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1375,9 +1375,9 @@ pref("services.sync.engine.servers", true);
#endif
// Donation appeal.
pref("app.donation.eoy.version", 7);
pref("app.donation.eoy.version", 8);
pref("app.donation.eoy.version.viewed", 0);
pref("app.donation.eoy.url", "https://updates.thunderbird.net/thunderbird/128.0/nov24/");
pref("app.donation.eoy.url", "https://updates.thunderbird.net/thunderbird/128.0/dec24/");
// IMAP-JS disabled, Bug 1707547.
pref("mailnews.imap.jsmodule", false);