mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
chromium/recommended: disable Tor in Brave
This commit is contained in:
parent
4cfd7ab75f
commit
f885dcd73a
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
- [`brave-search.json`](#brave-searchjson)
|
- [`brave-search.json`](#brave-searchjson)
|
||||||
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
|
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
|
||||||
|
- [`disable-brave-tor.json`](#disable-brave-torjson)
|
||||||
- [`duckduckgo.json`](#duckduckgojson)
|
- [`duckduckgo.json`](#duckduckgojson)
|
||||||
- [`enable-home.json`](#enable-homejson)
|
- [`enable-home.json`](#enable-homejson)
|
||||||
- [`README.md`](#readmemd)
|
- [`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
|
Disables Brave rewards and wallet by default while allowing the user to enable
|
||||||
it regardless of the prompt that organization recommends them disabled.
|
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`
|
## `duckduckgo.json`
|
||||||
|
|
||||||
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.
|
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.
|
||||||
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"TorDisabled": true
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user