chromium/recommended: disable Tor in Brave

This commit is contained in:
Aminda Suomalainen 2024-04-10 11:21:52 +03:00
parent 4cfd7ab75f
commit f885dcd73a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 9 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- [`brave-search.json`](#brave-searchjson)
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
- [`disable-brave-tor.json`](#disable-brave-torjson)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-home.json`](#enable-homejson)
- [`README.md`](#readmemd)
@ -28,6 +29,11 @@ Sets and displays recommendation on the use of search.brave.com as a search engi
Disables Brave rewards and wallet by default while allowing the user to enable
it regardless of the prompt that organization recommends them disabled.
## `disable-brave-tor.json`
Suggests disabling Tor in Brave as I recommend using Tor Browser instead, but
again leaving it up to the user.
## `duckduckgo.json`
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.

View File

@ -0,0 +1,3 @@
{
"TorDisabled": true
}