Tor is off the table for me because it’s so slow. If you can point to some test sites or documentation that supports your choice, please include!

  • InvisibleRasta@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    2 months ago

    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"
    }