chromium: add recommendation of disabling Brave rewards & wallet

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

View File

@ -9,6 +9,7 @@
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [`brave-search.json`](#brave-searchjson)
- [`disable-brave-rewards-wallet.json`](#disable-brave-rewards-walletjson)
- [`duckduckgo.json`](#duckduckgojson)
- [`enable-home.json`](#enable-homejson)
- [`README.md`](#readmemd)
@ -22,6 +23,11 @@
Sets and displays recommendation on the use of search.brave.com as a search engine by default.
## `disable-brave-rewards-wallet.json`
Disables Brave rewards and wallet by default while allowing the user to enable
it regardless of the prompt that organization recommends them disabled.
## `duckduckgo.json`
Sets and displays recommendation on the use of start.duckduckgo.com as a search engine by default.

View File

@ -0,0 +1,4 @@
{
"BraveRewardsDisabled": true,
"BraveWalletDisabled": true
}