|
|
|
|
|
by denton-scratch
1000 days ago
|
|
> The browser is essentially the operating system That's a fashionable observation; I think it's a kind of illness. The idea that you can take over anyone's computer, and make it do things the user doesn't want done, and doesn't know are being done, makes some web-developer's heads swim; they can turn the whole internet into a sort of distributed supercomputer for their own private use. WHATWG bears a lot of responsibility for this. A real operating system doesn't download and execute code from unverified remote locations. Nearly every website nowadays tries to load and execute in the browser code from any number of remote locations, without the user's approval or even knowledge. By default, I only allow 1st-party JS, which I consider to be an extremely liberal policy. |
|
Sorry, but that is pretty much the standard way to install apps on windows.
That the browsers execute untrusted code all the time and still are secure is an advantage of web technology.