Search engine stuff doesn't seem to work with policies, let's see what config can do

This commit is contained in:
Lillian Violet 2024-04-21 23:03:15 +02:00
parent e0f5a6fb26
commit 280e2fc214
2 changed files with 1 additions and 16 deletions

View file

@ -25,6 +25,7 @@
"browser.urlbar.placeholderName" = "DuckDuckGo";
"browser.urlbar.placeholderName.private" = "DuckDuckGo";
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
"browser.newtabpage.activity-stream.improvesearch.topSiteSearchShortcuts.searchEngines" = "DuckDuckGo";
};
userChrome = ''
/*

View file

@ -21,22 +21,6 @@
OfferToSaveLogins = false;
PasswordManagerEnabled = false;
DownloadDirectory = "\${home}/Downloads";
SearchEngines = {
# Add = [
# {
# Name = "DuckDuckGo";
# URLTemplate = "https://www.duckduckgo.org/?t=h_&q{searchTerms}&ia=web";
# Method = "GET | POST";
# IconURL = "https://www.duckduckgo.org/favicon.ico";
# Alias = "duckduckgo";
# Description = "DuckDuckGo Privacy Search Engine";
# PostData = "name=value&q={searchTerms}";
# SuggestURLTemplate = "https://www.duckduckgo.org/suggestions/q={searchTerms}";
# }
# ];
Default = "DuckDuckGo";
Remove = ["Google" "Amazon" "eBay"];
};
EnableTrackingProtection = {
Value = true;
Cryptomining = true;