|
|
|
|
|
by phailhaus
1888 days ago
|
|
As the other poster pointed out, those are properties of HTML and not HTTP/S. But what I'd like to point out is that this: > heavily restricted javascript Is basically impossible. Any useful subset of javascript would be turing-complete, and therefore enough to do whatever's necessary to track the user. Literally all you need to be able to do is make an HTTP request and bam, you can track. |
|
> all you need to be able to do is make an HTTP request
Precicely. Inability to do this is (part of) what > > heavily restricted javascript means.