Set custom preferences for Brave browser in disposable qube

Update 2026 : In /etc/brave/policies/managed/GroupPolicy.json

Paste this to fully remove AI, Rewards, VPN, Wallet and some other annoying things in the browser :

 {

          "BraveStatsPingEnabled": false,

          "BraveP3AEnabled": false,

          "MetricsReportingEnabled": false,

          "BraveAIChatEnabled": false,

          "BraveRewardsDisabled": true,

          "BraveWalletDisabled": true,

          "BraveVPNDisabled": true,

         "BraveWebDiscoveryEnabled": false,

          "BraveNewsDisabled": true,

          "BravePlaylistEnabled": false,

          "SyncDisabled": false,

          "PasswordManagerEnabled": false,

            "AutofillAddressEnabled": false,

            "AutofillCreditCardEnabled": false,

        }

I also provide a automatic installation in my codeberg repository of the settings provided by @apparatus and @clammy thanks to them this will install the browser , remove ai , telemetry, etc…

To use the automatic instllation file follow my post here Anonymize hostname hardened template automatic installation of browser

4 Likes