
//
// Copyright (C) 2024-2025 celenity
//
// This file is part of Phoenix.
//
// Phoenix is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
//
// Phoenix is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License along with Phoenix. If not, see https://www.gnu.org/licenses/.
//

// This file contains Phoenix's "user" prefs, as it's not really possible to set those with the standard `.js` pref files
// See `phoenix-unified.js` (or `phoenix.js`/`phoenix-desktop.js` if you're looking at this locally...) for info on these prefs/why they're included.

pref("browser.urlbar.addons.minKeywordLength", 4);
pref("browser.urlbar.flightStatus.minKeywordLength", 4);
pref("browser.urlbar.market.minKeywordLength", 4);
pref("browser.urlbar.weather.minKeywordLength", 4);
pref("browser.urlbar.yelp.minKeywordLength", 4);
pref("browser.urlbar.yelpRealtime.minKeywordLength", 4);
pref("devtools.debugger.remote-enabled", false);
pref("nimbus.profileId", "");
pref("xpinstall.enabled", false);

clearPref("browser.policies.runOncePerModification.removeSearchEngines");
clearPref("browser.safebrowsing.provider.ironfox.lastupdatetime");
clearPref("browser.safebrowsing.provider.ironfox.nextupdatetime");
clearPref("extensions.quarantinedDomains.list");
