this post was submitted on 16 Mar 2024
143 points (100.0% liked)

Technology

57933 readers
4197 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
 

The software giant first introduced malware-like pop-up ads last year with a prompt that appeared over the top of other apps and windows. After pausing that notification to address “unintended behavior,” the pop-ups have returned again on Windows 10 and 11.

Windows users have reported seeing the new pop-up in recent days, advertising Bing AI and Microsoft’s Bing search engine inside Google Chrome. If you click yes to this prompt, then Microsoft will set Bing as the default search engine for Chrome. These latest prompts look like malware, and once again have Windows users asking if they are legit or nefarious. Microsoft has confirmed to The Verge that the pop-ups are genuine and should only appear once.

Every trick Microsoft pulled to make you browse Edge instead of Chrome

you are viewing a single comment's thread
view the rest of the comments
[–] joe_jowhat@lemmy.world 4 points 5 months ago (1 children)

Duckduckgo once allowed trackers from Microsoft

Source: www.reuters.com/article/idUSL1N3792HE

[–] Dehydrated@lemmy.world 2 points 5 months ago (1 children)
  1. This only applies to the mobile app
  2. They stopped doing this in 2022
  3. LibreWolf comes with uBlock Origin preinstalled, which blocks all sorts of ads, trackers and other malicious JavaScript
[–] Pantherina@feddit.de 5 points 5 months ago* (last edited 5 months ago) (3 children)

Ublock Origin does not block "malicious Javascript" reliably. You need NoScript for that, and a opt-in approach. Block everything, unblock what you need, hope its not malicious.

[–] Dehydrated@lemmy.world 4 points 5 months ago

uBO can be set up to block all JS by default, allowing you to manually whitelist each script. https://github.com/gorhill/uBlock/wiki/Blocking-mode:-hard-mode

[–] graeghos_714@lemmy.world 2 points 5 months ago (1 children)

I also run disabling addons for java script and flash as well as an overlay remover in Firefox

[–] Pantherina@feddit.de 1 points 5 months ago

Flash should be possible to disable about:config as its legacy technology.

Could you explain the overlay remover?

Noscript is the only good addon for blocking javascript and allowing only some parts for specific origins.

[–] Dnn@lemmy.world -1 points 5 months ago (1 children)

While I actually do that, you cannot seriously recommend it to anyone. Hardly any site works without Javascript nowadays.

[–] Pantherina@feddit.de 1 points 5 months ago (1 children)

Yes thats why you have the button to click on. I also need to allowlist basically every site I visit.

There should be some way to share such a list, to reduce the manual work.

I highly recommend manually enabling Javascript.

[–] Dnn@lemmy.world 1 points 5 months ago (1 children)

Sometimes it's great. If people complain about paywalls, for example, and you didn't even see the pop-up.

[–] Pantherina@feddit.de -1 points 5 months ago

And sometimes it prevents sites from working, because paywalls that are avoidable by blocking the cover are deprecated and nowadays real solutions are used. This means such size will just break.

Ublock can also remove overlays, and I am sure it you add more lists they will be blocked by default.

Having less code run in your browser is always recommended.