initial import

This commit is contained in:
2025-06-22 20:39:04 -05:00
commit f8a70886f0
3428 changed files with 302546 additions and 0 deletions

26
icedove-uxp/vendor.js Normal file
View File

@@ -0,0 +1,26 @@
// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
// Disable default mailer checking.
pref("mail.shell.checkDefaultMail", false);
// Don't disable our bundled extensions in the application directory
pref("extensions.autoDisableScopes", 11);
pref("extensions.shownSelectionUI", true);
// Disable Social API for content
pref("social.remote-install.enabled", false);
pref("social.toast-notifications.enabled", false);
// Make sure that whitelisted and directory installs are empty
pref("social.whitelist", "");
pref("social.directories", "");
// Disable the GeoLocation API for content
pref("geo.enabled", false);
// Pointing the "Help -> What's new" menu entry to wiki.hyperbola.info
pref("mailnews.start_page.override_url", "https://wiki.hyperbola.info/doku.php?id=en:project:icedove-uxp");
// Enable sndio audio backend
pref("media.cubeb.backend", "sndio");