|
|
|
|
|
by nicolaslem
3084 days ago
|
|
My eye got caught by the author's signature on the side: "Standards hacker. Mozillian. Loves talking about turning the web into an OS." I'm personally going the opposite direction, I started using browsing with JS disabled a while ago and found my browsing experience improved. With the recent security issues, is that really the way we want to go? |
|
All code is considered untrusted except for the OS (browser) itself. Permissions are fine-grained, explicit, optional, and enabled on a site-by-site basis. Even basic things, like an application's ability to play audio or execute JavaScript aren't entirely taken for granted and can be controlled by the user.
Overall, I think the web does a pretty good job of balancing security with user convenience. Certainly better than any other mainstream platform I'm aware of.