FIX : typo + bookmarks
This commit is contained in:
parent
c755ef21b7
commit
88c631ca05
|
@ -48,25 +48,32 @@ in
|
|||
"eBay".metaData.hidden = true;
|
||||
};
|
||||
};
|
||||
|
||||
bookmarks = [
|
||||
{
|
||||
name = "wikipedia";
|
||||
name = "DRI";
|
||||
toolbar = true;
|
||||
bookmarks = [
|
||||
{
|
||||
name = "wiki";
|
||||
tags = [ "wiki" ];
|
||||
keyword = "wiki";
|
||||
url = "https://en.wikipedia.org/wiki/Special:Search?search=";
|
||||
}
|
||||
{
|
||||
name = "kernel.org";
|
||||
name = "AVV";
|
||||
url ="https://v2.produhost.net/panel/16148/dashboard";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
settings = {
|
||||
|
||||
settings = {
|
||||
"browser.contentblocking.category" = "strict" ;
|
||||
"browser.search.region" = "CH" ;
|
||||
"browser.startup.homepage" = https://www.google.fr ;
|
||||
"browser.toolbars.bookmarks.visibility" = "always";
|
||||
"dom.security.https_only_mode" = true ;
|
||||
"dom.security.https_only_mode_ever_enabled" = true ;
|
||||
"extensions.blocklist.pingCountVersion" = -1 ;
|
||||
|
|
Loading…
Reference in New Issue