diff --git a/posts/2024-02-26.md b/posts/2024-02-26.md index b2aaab1..6ab7cdc 100644 --- a/posts/2024-02-26.md +++ b/posts/2024-02-26.md @@ -20,8 +20,7 @@ Here are some of the configs that I’ve edited or added:
shows user-agent styles in the CSS Rules pane in Firefox devtools (why are user-agent styles hidden by default?)
browser.chrome.guess_favicon = false
stops Firefox from attempting to load the website’s favicon from the default location when an icon is not declared in the HTML document (I use this config to get rid of the distracting ”favicon not found” errors in the devtools console)
- -
browser.urlbar.resultMenu.keyboardAccessible = false
+
browser.urlbar.resultMenu.keyboard­Accessible = false
removes menu buttons from the individual items in the URL bar dropdown list (those buttons make tabbing through the items slower)
## 2. Mozilla cannot decrypt my data on their servers