|
|
|
|
|
by vesinisa
3715 days ago
|
|
Just use NoScript if you are concerned. JavaScript allows a large number of other ways to identify you as well. Direct ways of course include cookies / local storage / Web SQL, but other indirect ways include localization preferences, OS / browser / plugin / extension fingerprinting, HID inputs, side channel profiling etc. etc. – some combination of these allows uniquely identifying at least 80% of web users.[1][2][3] Allowing a site to execute JS in your browser is equal to trusting them, like it or not, and browser vendors are definitely in the business of adding new APIs rather than reducing attack surfaces. [1]: https://wiki.mozilla.org/Fingerprinting [2]: https://github.com/Valve/fingerprintjs2 [3]: http://noc.to/ |
|