96fa744639
MFSA 2024-44 (bsc#1229821) * CVE-2024-8381 (bmo#1912715) Type confusion when looking up a property name in a "with" block * CVE-2024-8382 (bmo#1906744) Internal event interfaces were exposed to web content when browser EventHandler listener callbacks ran * CVE-2024-8384 (bmo#1911288) Garbage collection could mis-color cross-compartment objects in OOM conditions - Use gcc13 on Tumbleweed and where it is available. - Don't use gcc14 as sources don't compile. OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=770
21 lines
844 B
JavaScript
21 lines
844 B
JavaScript
pref("general.useragent.vendor", "SUSE");
|
|
pref("general.useragent.vendorSub", "RPM_VERSION");
|
|
pref("font.default", "sans-serif");
|
|
pref("font.default.x-western", "sans-serif");
|
|
pref("font.name.monospace.x-western", "monospace");
|
|
pref("font.name.monospace.x-unicode", "monospace");
|
|
pref("network.negotiate-auth.gsslib", "GSSAPI");
|
|
pref("print.print_edge_top", 14); // 1/100 of an inch
|
|
pref("print.print_edge_left", 16); // 1/100 of an inch
|
|
pref("print.print_edge_right", 16); // 1/100 of an inch
|
|
pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
|
pref("intl.locale.requested", "");
|
|
pref("intl.multilingual.enabled", true);
|
|
|
|
// do not disable system-global or app-global extensions
|
|
pref("extensions.autoDisableScopes", 3);
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
// spellcheck
|
|
pref("spellchecker.dictionary_path", "/usr/share/myspell");
|