this post was submitted on 02 Aug 2024
1016 points (98.8% liked)

Technology

58115 readers
3922 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] partial_accumen@lemmy.world 14 points 1 month ago (1 children)

The issue is MV2 made it way too easy for malicious browser extensions to do bad things, like read the content of every page you visit. MV3 makes it much harder for malicious browser extensions to do these things, but makes it harder to do things like intercept network requests.

Then allow a savvy user to choose to keep MV2 mode via an opt-in control instead of depreciating years of hard work by non-malicious extension authors. uBlock Origin is, in fact, the ONLY browser extension I use in Chrome, as Firefox is my main browser.

[โ€“] timewarp@lemmy.world -1 points 1 month ago

I agree they should have tried to find more ways to keep the old behavior. MV3 rollout has already been delayed for a long time, and now users merely get a message. I'm not sure that the community (mostly Google contributors) won't give in or try to find a way to keep MV2. However, what was done with MV2 can now be done with MV3 with native messaging or other network tools... I think the concern is that allowing an exception makes it much easier for a malicious extension or software to get users to agree not realizing what they're agreeing to. Furthermore, the declarative approach is actually preferable by many. You get most of the same features without exposing all your traffic to an extension.