The TikTok pixel is not actually a pixel like in the old days. It is not a 1x1 transparent image loaded from their servers. It is executable javascript code. All you have to do to stop 99% of the corporate spying is disable unsafe remote code execution. It's hard to believe I have to say that after the many decades of people getting it drilled into their heads "Do not open random email attachments" but here we are in…
TikTok tracks you across the web, even if you don’t use the app
41–50 of 214 posts
Re: TikTok tracks you across the web, even if you don’t use the app
#42It's not great, but everyone is doing it so I wouldn't consider the fact that TikTok, one of the biggest social media platforms, does it too as news.
Re: TikTok tracks you across the web, even if you don’t use the app
#43Earlier quoted context omitted.
Do you think their ties to China make them doing it any more nefarious or no?
As european I don't assume either US or china has my interests in mind when regulating privacy-invading activity.
Re: TikTok tracks you across the web, even if you don’t use the app
#44As opposed to Google and Facebook, two companies known for their zealous defense of privacy?
Re: TikTok tracks you across the web, even if you don’t use the app
#45The TikTok pixel is not actually a pixel like in the old days. It is not a 1x1 transparent image loaded from their servers. It is executable javascript code. All you have to do to stop 99% of the corporate spying is disable unsafe remote code execution. It's hard to believe I have to say that after the many decades of people getting it drilled into their heads "Do not open random email attachments" but here we are in…
It's a shame uMatrix is no longer actively supported because it was the silver bullet for this kind of shit.
Re: TikTok tracks you across the web, even if you don’t use the app
#46Block the domain analytics.tiktok.com
Exactly, with a Pi-Hole.
https://www.reddit.com/r/AppSecurity/comments/f422f3/tiktok_...
Re: TikTok tracks you across the web, even if you don’t use the app
#47Of course I do hate it that the only way to make money on the web today is though ads and trackers. Of course I hate it to be monitored by sneaky pixels, even if I don't use the app. But the solution to the problem is quite simple: does my browser actually render and run the Javascript? If the answer is no (because the tracking script is either stopped by NoScript, or by uBlock, or by the DNS itself that resolves the tracking domain to 127.0.0.1), then I have no problem.
Let's stop whining of IT products tracking every single aspect of our digital lives: almost 30 years down the line, and the Internet hasn't yet figured out a way to make money other than ads and trackers, and it's not going to change any time soon. Instead, let's just make sure that the change happens faster: let's educate people to block all the trackers on all of their devices, so these companies are FORCED to come up with better ways of making money, or they just go burst.
Re: TikTok tracks you across the web, even if you don’t use the app
#48Earlier quoted context omitted.
Wow that’s scary. Is there a way to share a video without that?
It appears to just be an HTTP 301 redirect, so you could use something like curl to unroll it: curl -I https://www.tiktok.com/t/ZTRmqkW4N produces: HTTP/2 301 server: nginx content-type: text/html; charset=utf-8 location: https://www.tiktok.com/@spencer.sebastian.yang/video/7149578560230034734?_t=8W9Y6CPjvbf&_r=1 Trim off the GET params (the bit after the ? in the URL) and you get https://www.tiktok.com/@spencer.seba…
Re: TikTok tracks you across the web, even if you don’t use the app
#49Make shadow profiles illegal.
Re: TikTok tracks you across the web, even if you don’t use the app
#50As opposed to Google and Facebook, two companies known for their zealous defense of privacy?