blob: 4b5121a8d272391640c5f9ec6b86623a35feaccc (
plain)
1
2
3
4
5
6
7
|
pref("general.smoothScroll", true);
pref("general.autoScroll", false);
pref("general.useragent.locale", "chrome://global/locale/intl.properties");
pref("mail.shell.checkDefaultClient", false);
pref("intl.locale.requested", "");
/* Disable DoH by default */
pref("network.trr.mode", 5);
|