Created
September 26, 2025 14:58
-
-
Save br0kenpixel/56ad0076c960e5ad58f1f86b161db528 to your computer and use it in GitHub Desktop.
Brave Linux Debloat config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // place in /etc/brave/policies/managed/custom.json | |
| { | |
| "BraveRewardsDisabled": true, | |
| "BraveWalletDisabled": true, | |
| "BraveVPNDisabled": true, | |
| "BraveAIChatEnabled": false, | |
| "BraveNewsDisabled": true, | |
| "BraveTalkDisabled": true, | |
| "BraveStatsPingEnabled": false, | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment