2024-11-15 00:01 : id 155
This commit is contained in:
parent
f315e58852
commit
360c8858ca
@ -104,6 +104,8 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
profiles = {
|
profiles = {
|
||||||
default = {
|
default = {
|
||||||
|
name = "default";
|
||||||
|
id = 0;
|
||||||
isDefault = true;
|
isDefault = true;
|
||||||
userChrome = ''
|
userChrome = ''
|
||||||
.tab-content[selected="true"] {
|
.tab-content[selected="true"] {
|
||||||
@ -116,6 +118,11 @@ in
|
|||||||
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
"toolkit.legacyUserProfileCustomizations.stylesheets" = true;
|
||||||
"browser.search.defaultenginename" = "DuckDuckGo";
|
"browser.search.defaultenginename" = "DuckDuckGo";
|
||||||
};
|
};
|
||||||
|
search = {
|
||||||
|
force = true;
|
||||||
|
default = "DuckDuckGo";
|
||||||
|
order = [ "DuckDuckGo" "Google" ];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
policies = {
|
policies = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user