this post was submitted on 02 Sep 2023
163 points (90.1% liked)

Technology

58142 readers
4848 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
all 17 comments
sorted by: hot top controversial new old
[–] [email protected] 45 points 1 year ago* (last edited 1 year ago) (2 children)

Or maybe only install extensions from trusted ~~sources~~ developers.

[–] [email protected] 31 points 1 year ago (1 children)

I think the point is that even if an extension comes from a trusted source, the developer could fairly easily push out an update that turns the extension into malware. Check the GitHub link in another comment below where the developer posts the solicitation emails he gets on a regular basis offering to monetize his extension. He isn’t selling out, but maybe not every dev is as willing as he is to forgo a potentially lucrative offer.

[–] [email protected] 10 points 1 year ago* (last edited 1 year ago)

And there are cases where this has already happened: https://www.bleepingcomputer.com/news/security/-particle-chrome-extension-sold-to-new-dev-who-immediately-turns-it-into-adware/ There are probably more recent cases too, but this was the first one I could find.

[–] [email protected] 13 points 1 year ago (1 children)

To be specific: from trusted developers. Installing them only from the official repository (is it still possible to reasonably install them any other way?) won't help if a dev sells such an addon. On the other hand I cannot imagine someone like Raymond Hill (the uBlock Origin dev) doing it, considering his track record.

[–] [email protected] 2 points 1 year ago

Yeah, that's what I meant.

[–] [email protected] 16 points 1 year ago

Firefox will disable extensions in private mode if you want to

[–] [email protected] 9 points 1 year ago* (last edited 1 year ago) (1 children)

I think i remember a post not to far back with a similar topic. Not sure if it was from the developer of the hooverzoom extension itself, but it definitly referenced some offers they collected.

edit: just noticed, that the article also references the offers (ref. https://github.com/extesy/hoverzoom/discussions/670 )

[–] [email protected] 5 points 1 year ago

I love the offer of almost $15k to then say they can bargain if the users are active, like if it's worth that much without active users then that's definitely shady.

[–] [email protected] 9 points 1 year ago

To add to the blog post, if you use user scripts, utilize your manager's blacklist and learn REGEX.

If needed, use Group Policy, Regedit or .plists on macOS to blacklist domains to prevent an extension from running on them. As an example, I use Shutup.css to block comments online, but on something like Lemmy, I want to see comments as that's primarily how content is created and adding it to my extension domain blacklist prevents the extension from running on the website or any lemmy domains.

[–] [email protected] 8 points 1 year ago (1 children)

Exactly why most enterprise organizations disable them. You should too if you’re doing anything sensitive data.

[–] [email protected] 3 points 1 year ago (1 children)

That's why on my work PC I use a completely vanilla Firefox, gotta live with the ads. But I'm not risking giving full access to website content to any extension

[–] [email protected] 8 points 1 year ago

It’s interesting to read as I never thought about the vulnerability these extensions are.

I guess you should limit the number of extensions you have.

[–] [email protected] 4 points 1 year ago (1 children)

I thought my ISP already had this data and is selling it. Should I go make sure all my extensions are 100% kosher?

[–] [email protected] 9 points 1 year ago (1 children)

Your ISP cannot read https data in transit. Extensions can because the page is now rendered on your local browser.

[–] [email protected] 2 points 1 year ago