Hacker News new | past | comments | ask | show | jobs | submit login

Trying to restrict the browser as a whole doesn't work for a couple reasons:

1. The browser as a whole needs to have permission to do quite a few things, including reading from and writing to the filesystem (for uploading and downloading files), talking to your system's graphical environment so it can display windows, and accessing arbitrary hosts on the network so it can access web servers. It's just not possible to meaningfully sandbox something requiring so much access. Individual browser components, on the other hand, can be designed to do very specific tasks and are thus easier to isolate.

2. You want to protect not only your system from a browser exploit but also other parts of the browser. A site that exploits a browser vulnerability shouldn't be able to read your cookies for another site.

These reasons imply that you need to focus on isolating and restricting components inside the browser instead of the browser as a whole.




Your last sentence is a better worded version of what I meant. That it is less that the tabs are isolated and sandboxed, and more that components of the browser are.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: