Last active
March 17, 2025 10:00
-
-
Save delbertbeta/31df7e30131a866ac479eae914981b86 to your computer and use it in GitHub Desktop.
Disable ALL Brave browser built-in extra functions (such as AI, wallet, rewards, etc)
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
| # https://support.brave.com/hc/en-us/articles/360039248271-Group-Policy | |
| defaults write com.brave.Browser TorDisabled -boolean true | |
| defaults write com.brave.Browser BraveRewardsDisabled -boolean true | |
| defaults write com.brave.Browser BraveWalletDisabled -boolean true | |
| defaults write com.brave.Browser BraveVPNDisabled -boolean true | |
| defaults write com.brave.Browser BraveAIChatEnabled -boolean false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment