Earlier quoted context omitted.
I really really wish that I could convince Web Developers that not every website needs to be a web app. I keep bringing up that I don't want JS to execute random code, even if it's sandboxed, it's mostly unnecessary, and I always get the same sort of replies. Everyone calls me out of touch, I'm downvoted to oblivion, everyone suggests that I'm a unique case and everyone wants JS, they say that they don't want fragmen…
Of all things that can be complained about, JS sandboxing is actually really hardened. I think the issue is the cross site wild west we have today. Cookies, requests etc go all over the place, when it should be isolated to same origin unless specific interactions are needed (and then they should probably be user facing and blockable). I think the real answer to why this hasn't been toothfully patched yet is ads and t…
TikTok tracks you across the web, even if you don’t use the app
151–160 of 214 posts
Re: TikTok tracks you across the web, even if you don’t use the app
#152Re: TikTok tracks you across the web, even if you don’t use the app
#153Re: TikTok tracks you across the web, even if you don’t use the app
#154Earlier quoted context omitted.
What options will you suggest for web developers instead? How can you develop a convenient user experience without js? Even the most simple things require it, and will likely use a third party framework.
Do you have some examples of things that require JS to do?
Re: TikTok tracks you across the web, even if you don’t use the app
#155Earlier quoted context omitted.
Do you have some examples of things that require JS to do?
Upvoting a comment on Hacker News.
Up voting is done via a link.
https://news.ycombinator.com/vote?id={id}&how=up&auth={auth}
Re: TikTok tracks you across the web, even if you don’t use the app
#156Earlier quoted context omitted.
Upvoting a comment on Hacker News.
actually that doesn't require javascript. Up voting is done via a link. https://news.ycombinator.com/vote?id={id}&how=up&auth={auth}
Re: TikTok tracks you across the web, even if you don’t use the app
#157Re: TikTok tracks you across the web, even if you don’t use the app
#158Earlier quoted context omitted.
https://news.ycombinator.com/item?id=11307758
While true you can use HN just fine with JS disabled.
Re: TikTok tracks you across the web, even if you don’t use the app
#159Earlier quoted context omitted.
I really really wish that I could convince Web Developers that not every website needs to be a web app. I keep bringing up that I don't want JS to execute random code, even if it's sandboxed, it's mostly unnecessary, and I always get the same sort of replies. Everyone calls me out of touch, I'm downvoted to oblivion, everyone suggests that I'm a unique case and everyone wants JS, they say that they don't want fragmen…
Of all things that can be complained about, JS sandboxing is actually really hardened. I think the issue is the cross site wild west we have today. Cookies, requests etc go all over the place, when it should be isolated to same origin unless specific interactions are needed (and then they should probably be user facing and blockable). I think the real answer to why this hasn't been toothfully patched yet is ads and t…
It's still very useful for people who want to run arbitrary code on your CPU. Both AMD and Intel have severe flaws, called "speculative execution CPU bugs", that can be exploited to extract credentials, encryption keys, session keys etc. from your computer - even information living in other applications or [hardware layer] VM's.
Re: TikTok tracks you across the web, even if you don’t use the app
#160I have js disabled by default on my PC's and laptops. If I need (or want) to use a site that require js, I do so in a VM, and I use that VM only for one or a few related sites (like Hacker News and Slashdot). Each VM has different screen sizes and operating systems / Linux distributions. If I research a subject that is even slightly controversial, I use the Tor browser from a VM or Tails.
But mostly, I just ignore companies and organizations that don't know how to make a website work without js.