5 lines
198 B
JavaScript
5 lines
198 B
JavaScript
|
// OpenBSD-specific defaults overrides
|
||
|
// enable systemwide extensions by default
|
||
|
pref("extensions.autoDisableScopes", 3);
|
||
|
pref("spellchecker.dictionary_path", "${LOCALBASE}/share/mozilla-dicts/");
|