Update Firefox configuration
This commit is contained in:
parent
d390969fca
commit
f65ec32010
6 changed files with 45 additions and 28 deletions
|
@ -100,26 +100,9 @@
|
|||
# from a web page, and it lets them know which part of the page had been selected.
|
||||
"dom.event.clipboardevents.enabled" = false;
|
||||
|
||||
# Disable Search Suggestions
|
||||
# Firefox suggests search terms in the search field. This will send everything
|
||||
# typed or pasted in the search field to the chosen search engine, even when you
|
||||
# did not press enter.
|
||||
|
||||
"browser.search.suggest.enabled" = true;
|
||||
# Disable Search Keyword
|
||||
# When you mistype some url, Firefox starts a search even from urlbar. This
|
||||
# feature is useful for quick searching, but may harm your privacy, when it's
|
||||
# unintended.
|
||||
|
||||
"keyword.enabled" = true;
|
||||
# Disable Fixup URLs
|
||||
# When you type "something" in the urlbar and press enter, Firefox tries
|
||||
# "something.com", if Fixup URLs is enabled.
|
||||
"browser.fixup.alternate.enabled" = true;
|
||||
"browser.fixup.alternate.enabled" = false;
|
||||
|
||||
# Tracking protection
|
||||
"privacy.trackingprotection.enabled" = true;
|
||||
"privacy.trackingprotection.pbmode.enabled" = true;
|
||||
"privacy.trackingprotection.cryptomining.enabled" = true;
|
||||
"privacy.trackingprotection.fingerprinting.enabled" = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue