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
Funny you should say. I was just linking Braveâs support docs for this yesterday to JG: https://support.brave.app/hc/en-us/articles/360039248271-Group-Policy
Of course this is just for Brave, but to me this is a major game changer for the browser and I canât imagine not using them at this point.
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 lone-cloud 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 @JG
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.