There is nothing of real value on Instagram. Just delete your account and never look back.
Instagram can track anything you do on any website in their in-app browser
401–410 of 469 posts
Re: Instagram can track anything you do on any website in their in-app browser
#402I also noticed TikTok does this as well; at the very least they are snooping inside their in-app browser to prevent you from visiting adult sites.
The article isn't complaining about in-app browsers per se, but that Instagram implements a special version of an in-app browser that injects Javascript code to track user behaviour. If you have noticed TikTok doing the same thing, please publish a blog post about it, and I expect it would get attention here on Hacker News, at least.
Re: Instagram can track anything you do on any website in their in-app browser
#403Only Instagram? Every app maker who makes an in app browser can see what you do, that’s the point of embedding it. And why not? You arrive there because of a link in the container app you clicked on. They want to see what you do with the link they gave you. Otherwise only Google/Apple can see what you do with it. Someone can see what you do with the link no matter what.
Not necessarily. If they’re using a WKWebView, they can’t see what you’re doing, which is why Safari Autofill remains enabled in some but not all app-embedded web views.
Re: Instagram can track anything you do on any website in their in-app browser
#404Re: Instagram can track anything you do on any website in their in-app browser
#405Re: Instagram can track anything you do on any website in their in-app browser
#406Earlier quoted context omitted.
I have the same experience. When I want to access twitter I use " rel="nofollow">https://nitter.net/
Thank you!! I was unsuccessfully searching for something like this. Btw I also see a full screen, not closable login nag when scrolling down a few tweets. The solutions is to tap on login and close the dialog on the following screen. I won‘t make an account, twitter. Shut me out completely and I‘ll be gone, just like with reddit.
Re: Instagram can track anything you do on any website in their in-app browser
#407It would be interesting if this violates rights of the website owner the user is visiting. I known that embedding content of other websites into your own via an iframe can be a copyright violation. And what Meta does here is more or less like an iframe.
User agents are expected to be empowered to transform the data they receive to suit the rendering requirements of the end user. Having a third party perform part of the transformation by supplying supplementary code executed by the user agent doesn't change anything.
Re: Instagram can track anything you do on any website in their in-app browser
#408Earlier quoted context omitted.
I think what they mean is the Netware login dialogue, on Windows. My classmate hacked our high school's network, getting him thrown out of class. I'm pretty sure he used a different method, though. He got a job working for the school. This was in the mid 90s.
Colonial? (This definitely happened at my school, wondering how common this was.)
Re: Instagram can track anything you do on any website in their in-app browser
#409Re: Instagram can track anything you do on any website in their in-app browser
#410I was super confused by this since to the best of my knowledge SFSafariViewController blocks anything like this, you, as a developer, cannot inject anything or peak into the view it creates. Then I got to the bottom and realized I was correct, but FB/Meta/IG/etc aren't using SFSafariViewController and instead using the older ways to embed a web view. Honestly I thought all other methods had been deprecated and had no…
However after reading this article what I will be doing is intercepting any links from my WKWebView to domains outside of my forums and opening them in an SFSafariViewController. I have no intention of tracking anyone, but neither do I want the responsibility or reputation for domains outside of my control