summaryrefslogtreecommitdiffstats
path: root/taskcluster/docker/firefox-flatpak/default-preferences.js
blob: 95663d03db52e8ff28c6ef37f298abb264b00319 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*global pref*/
/*eslint no-undef: "error"*/
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
pref("intl.locale.requested", "");
pref("app.update.auto", false);
pref("app.update.enabled", false);
pref("app.update.autoInstallEnabled", false);
pref("browser.shell.checkDefaultBrowser", false);
pref("spellchecker.dictionary_path", "/usr/share/hunspell");