Conversation

I actually can't believe they screwed this up and injected the malware as js into the loaded site where it could be observed introspectively, rather than just doing the spying from the native code in the browser that site js can't see. I'd assumed they'd done the latter.
Quote Tweet
If you click a link in your Instagram or Facebook app, Meta (Facebook) actually modifies the pages you’re reading so that it can track every single thing you do on those sites. twitter.com/simonw/status/…
Show this thread
2
14
I guess the missing step in my reasoning was that it's much harder to find programmers that unethical with qualifications to maintain modifications to the browser engine than ones who can write js-injection junk.
1
7
Replying to and
WebView was not really intended for building browsers but rather rendering content like HTML emails, local web content, building components of the app based on web content or embedding your own site. Possible to use it like a browser or make a browser but it's not the proper API.
1
2
Show replies