Search engine stuff doesn't seem to work with policies, let's see what config can do
This commit is contained in:
parent
e0f5a6fb26
commit
280e2fc214
|
@ -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 = ''
|
||||
/*
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue