8 ms·
> I want my browser to prevent random extensions... Why are you installing random extensions?
by radley 1mo ago
> I want my browser to prevent random extensions...
Why are you installing random extensions?
- lxgr 1mo agoNot GP, but sometimes I want my browser to do pretty random/niche things without that compromising all of my browsing data.
- inigyou 1mo agoHow can the browser tell the difference between a random thing you want and a random thing you don't want?
- dotancohen 1mo agoThe permissions mechanism.
- inigyou 1mo agoHow can the permissions mechanism be fine grained enough to prevent bad random things, and coarse grained enough that you can understand it?
- dotancohen 1mo agoHave you seen AWS IAM? Power users who care about this don't need a GUI - a text file config in any format will do. Especially in this era of LLM assistance.
- lxgr 1mo agoRequesting site access by click or by URL really isn't rocket science. Not nearly every user will get it right, so extensions will probably still have to be monitored for malware for the foreseeable future, but it gives many users at least a chance at privilege minimization.
- feelamee 1mo agothis is not a solution. Running an untrusted software will always be a security drawback. Permissions/sandbox/etc can decrease risk, but not eliminate it
- lxgr 1mo agoSignificantly reducing the risk is enough for me in many cases. Chasing “zero risk” is often a fallacy.
- dotancohen 1mo agoExpressing intent is good enough for me for this purpose. I understand that there are additional implementation specific risks.
- SoftTalker 1mo agoCreate a new profile, do the niche thing there, separately from the rest of your browsing.
- matheusmoreira 1mo agoI'm not. The only extension I trust enough to install is uBlock Origin.
- FeepingCreature 1mo agoWell great! You are already protected from random extensions then.
- matheusmoreira 1mo agoYeah, by opting out of them altogether. I'd very much enjoy having useful extensions that are not dangerous instead.
- aucisson_masque 1mo agoYou can't trust a code that you didn't audit before. End of story. What you are asking for is simply impossible, even without any permissions rogue extensions can still do a lot. It's what some developers spend their entire time working on. If Google couldn't fix it with Android, which has granular permission per applications, why do you think it's going to be even remotely effective on the web browser ?
- Ballas 1mo agoDo you audit all the code running on your PC? I certainly did not audit Chrome (and I also don't really trust it).