this post was submitted on 02 Apr 2026
198 points (82.4% liked)

Technology

83601 readers
2463 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 news or articles.
  3. Be excellent to each other!
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 

Microsoft is running one of the largest corporate espionage operations in modern history. Every time any of LinkedIn’s one billion users visits linkedin.com, hidden code searches their computer for installed software, collects the results, and transmits them to LinkedIn’s servers and to third-party companies including an American-Israeli cybersecurity firm.

https://news.ycombinator.com/item?id=47613981

you are viewing a single comment's thread
view the rest of the comments
[–] lmr0x61@lemmy.ml 1 points 6 days ago (2 children)

That sounds… normal? and maybe even sensible, especially if LinkedIn does SSR, since that could allow the servers know how to tailor the content to the specific browser requesting a page.

[–] TootGuitar@sh.itjust.works 14 points 6 days ago (2 children)

In what fucking world is it “normal” or “sensible” to scan your browser extensions to decide how to render a page? Please explain.

I’ve been doing web development for 30 years and I have not once ever had the desire or need to do this.

[–] runit@lemmy.zip 1 points 6 days ago (1 children)

The reason is fingerprinting. Verrrry old technique. Adtech stuff. You might collect browser extension, webgl information, CPU core count, screen resolution, IP address, reverse dns, locale, headers, user agent, akamai hash, etc. The reason is so that these metrics can then be enriched to build a consumer profile and used in analytics

[–] TootGuitar@sh.itjust.works 1 points 5 days ago* (last edited 5 days ago)

Thanks, I worked in adtech for a number of years so I’m aware of this use case. I could tell some stories that would likely surprise you at how sophisticated that industry has been for a long time, even as long as 10-15 years ago.

But the parent post specifically said this was “sensible” and maybe “normal” to do this to decide how to render a page. My question was specifically how that claim makes sense at all.

[–] paraphrand@lemmy.world 1 points 6 days ago

I can only think of reasons that are meant to block you based on what you are using to augment your browsing experience.

[–] Jason2357@lemmy.ca 1 points 5 days ago (1 children)

That might have been a sensible argument 20 years ago. Mozilla has spent the last 5 or so slowly stripping most of that out for “anti-fingerprinting” without breaking website layout.

[–] TootGuitar@sh.itjust.works 2 points 5 days ago (1 children)

I have been doing web development pretty much since the web was created.

"Sniffing your browser extensions is normal to be able to render the page correctly" is not and was never a sensible argument. 20 years ago, neither Chrome nor the iPhone existed yet. Most people browsed the web on computers, and "works best in Internet Explorer" was widespread. Web developers were lazy and many of them literally only tested their sites in IE on Windows. Browser extensions themselves were much more of a niche thing since IE didn't support them.

[–] Jason2357@lemmy.ca 1 points 5 days ago

I will have to yield to your experience then. I mainly thought of it as a naive type of sensible argument, given people were not all that concerned about tracking and particularly browser fingerprinting. I guess back then, the main thing was web developers who used flash needed to check for it. But those people were anti-open web back then and deserved to be ignored by the browser makers.

I am guessing you were strongly in the open web camp back then. I am glad we sort of won that particular battle, even if we lost so many others.