update firefox

This commit is contained in:
Yan Lin 2025-10-15 09:57:02 +02:00
parent 5ce68c706c
commit c356419856
2 changed files with 4 additions and 3 deletions

View file

@ -9,5 +9,6 @@
"amazondotcom-us".metaData.hidden = true;
"ebay".metaData.hidden = true;
"wikipedia".metaData.hidden = true;
"perplexity".metaData.hidden = true;
};
}

View file

@ -93,8 +93,8 @@ in
"browser.toolbars.bookmarks.visibility" = "newtab";
# Downloads
"browser.download.useDownloadDir" = false;
"browser.download.always_ask_before_handling_new_types" = true;
"browser.download.useDownloadDir" = true;
"browser.download.always_ask_before_handling_new_types" = false;
# Security
"dom.security.https_only_mode" = true;