InvisibleRasta

joined 10 months ago
[โ€“] [email protected] 1 points 4 days ago (1 children)

well yeah I guess some decide to make revenue with this "shady" practices like brave does and others just take 400 millions from google.

[โ€“] [email protected] 2 points 4 days ago* (last edited 4 days ago) (3 children)

Its is pretty easy to get rid of all the brave crap. You just need a policy file:

# cat /etc/brave/policies/managed/brave_policies.json
{
    "BraveRewardsDisabled": true,
    "BraveWalletDisabled": true,
    "BraveVPNDisabled": 1,
    "BraveAIChatEnabled": true,
    "NewTabPageLocation": "https://search.brave.com/",
    "TorDisabled": false,
    "PasswordManagerEnabled": false,
    "DnsOverHttpsMode": "automatic"
}