for those who want full debloat in your browser
found this guy , i believe a life saver for debloats
for those who want full debloat in your browser
found this guy , i believe a life saver for debloats
I don’t think I will trust this. Very little explanation of what’s happening and why.
i see… if u have any similar debloat guide feel free to share
thanks for the reply
im an arkenfox guy but i like very much brave , use both , can u share what specific policies u use on brave ? suggestions are welcome
I request you to make a guide on how one can do this. I could not figure it out but I reckon it will help many people if you make and share an easy to follow guide on this such that even the average person can do it as you suggest.
I outlined exactly the type of config that I use here: AI browsing in Brave now available for early testing - #5 by anon12918199 Note that this is specifically for Linux as that’s my daily driver. I also generated that config with AI, so it probably has some old, outdated config items and would need to be cleaned up; however, it works really well for me.
I don’t think this is the kind of thing I want to get into now as configuring Brave group policies is platform-specific based on the linked support doc. I’m a 99% Linux user now and I’m too lazy to jump on Windows and MacOS to write a more detailed cross-platform guide that is required here.
I request you to make a guide on how one can do this.
I think there isn’t really a good substitute for reading the docs. There are lots of guides out there on how to use group policies and equivalent techniques with Chromium or Firefox which maycanbe helpful, but it’s a method of configuration that is really intended for administrators not your average end-user, so there is some learning curve, particularly because it requires making informed personal choices about what you’d like to enable or not, which typically requires a bit of research and thought.
Like Arkenfox, the system itself is actually pretty straightforward (at least on Linux) essentially just:
In my case, that meant creating a file named brave.json in the directory /etc/brave/policies/managed/
A simple example of what that file could contain that (I think) is relevant to your personal preferences would be:
{
"BraveAIChatEnabled": false,
}
If that is all you wanted to change, it could be as simple as that.
If you wanted to disable (or enable) more things, you’d just add more lines between the { } (but be mindful of the spacing/formatting, it matters)
For example:
{
"BraveRewardsDisabled": true,
"BraveWalletDisabled": true,
"BraveVPNDisabled": true,
"TorDisabled": true,
"BraveP3AEnabled": false,
"BraveStatsPingEnabled": false,
"BraveNewsDisabled": true,
"BraveTalkDisabled": true,
}
Unfortunately it’s a more involved process for MacOS users. It looks like they need to run in terminal:
”sudo mkdir -p “/Library/Managed Preferences”
sudo chown root:wheel “/Library/Managed Preferences”
sudo chmod 755 “/Library/Managed Preferences”
then set configs individually also through the command line like:
”sudo /usr/libexec/PlistBuddy -c “Add :BraveWalletDisabled bool true” /Library/Managed\ Preferences/com.brave.Browser.plist”
or for your example:
”sudo /usr/libexec/PlistBuddy -c “Add :BraveAIChatEnabled bool false” /Library/Managed\ Preferences/com.brave.Browser.plist”
^ I think this is all you need to do @anon57862721
I tried in Linux, it works fantastically just like a traditional browser without bloat just like the good old days. You need to use true/false in linux and 1/0 in windows. Not sure about mac as it uses plist format.
This might be a good addition for the Community Wiki
yuck, it installs a bunch of extensions, I’d remove that section at the very minimum if anyone considers using this.
What? When is changing a policy makes it install a bunch of extensions, what are you talking about
Because the policy ensures of it, if I am reading OPs post correctly (on Github).
I have a policy to allow installing an extension (libredirect) but it does not install anything additional so I’m very very confused.
It will not install any extension just setting a policy, ever
If you look at the github gists from the OP link, you will see this:
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\BraveSoftware\Brave\ExtensionInstallForcelist]
“1”=“cjpalhdlnbpafiamejdnhcphjbkeiagm”
“2”=“fhcgjolkccmbidfldomjliifgaodjagh”
“3”=“nkgllhigpcljnhoakjkgaieabnkmgdkb”
“4”=“edibdbjcniadpccecjdfdjjppcpchdlm”
“5”=“mnjggcdmjocbbbhaepdhchncahnbgone”
“6”=“bbeaicapbccfllodepmimpkgecanonai”
“7”=“jaadjnlkjnhohljficgoddcjmndjfdmi”
“8”=“ldpochfccmkkmhdbclfhpagapcfdljkj”
Oh yeah yikes it does not show until you expand the code or click the file name.
Then I 100% agree, remove it, just not noticing things on my part so it is good you brought it to the attention
the map with the names is here:
I get sponsorblock and Ublock origin but that’s a bit much otherwise I will have to agree
When you are already using Brave, you might as well use the Brave Shields. I don’t understand why they install uBlock Origin.
Because Brave Shields are not a full replacement for uBO. Also, uBO has other features not inherently available in Brave.