this post was submitted on 21 Jun 2023
3 points (100.0% liked)

Asklemmy

43382 readers
2052 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy ๐Ÿ”

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
 

I've read some things online about it all but I'm not a total IT boff. Is it really true that Brave browser won't be able to block ads once the changes are made next year?

Ps. I use Firefox with uBlock but my SO and most of my clients absolutely love Brave

you are viewing a single comment's thread
view the rest of the comments
[โ€“] SavvyWolf@sh.itjust.works 1 points 1 year ago (2 children)

Out of interest, since Chromium is open source, is there anything stopping Opera, Edge, Brave, etc. just mantaining support for the old manifest? Like, I'm not sure why this is such a big deal for anything other than Chrome and Chromium.

[โ€“] heartlessevil@lemmy.one 1 points 1 year ago

Because nearly 90% of users use Chrome or a derivative thereof. People can make a V3 version for Chrome and a V2 version for other browsers, but the APIs are nowhere near compatible, so it's a lot of extra work. If you just make a V3 version, it will work on any updated browser.

[โ€“] Vlyn@lemmy.ml -1 points 1 year ago

When you do that you'd have to port every single security patch and new feature manually into your fork. And it gets even worse: Because you deviate from the original implementation you continue to use outdated code that nobody is patching at all.

So you can absolutely do that, but in a year you'll have your own browser with tons of security issues and no manpower to find and fix them.

Basically you'd be using an old browser version.