| There is no universal metric for security. What I will say is that Edge and Firefox are doing an excellent job - I'm really impressed. Chrome is still the safest browser today, in my opinion. Site isolation, which was released recently, is a really great example of how far ahead they are - site isolation is at least 3, maybe 4 years in the making. That's serious work. They have had an excellent bounty program. They have project 0 doing advanced offensive research, much of which has been relevant to browsers. They fuzz a ton and have managed to solicit others to do the same (not that other browsers don't/ haven't). Their sandbox is incredible and constantly evolving. They basically invented seccomp v2 just to improve their sandboxing stature on linux. They implemented 'forceaslr' before EMET was even a thing to help prevent info leaks from third party libs. Their new kernel32.dll unloading mitigation is awesome, and as far as I know the first instance of such a thing. I could really go on and on, I'm sure - they have taken incredible proactive measures and they're just getting better at it. We can see similar growth in Edge, which has had a sandbox for years. Firefox has more recently gotten a sandbox and the move to rust is encouraging. But... yeah, in my opinion, Chrome takes the cake. |
I just searched for chrome site isolation and found https://chromeunboxed.com/news/chrome-63-site-isolation-exte.... And from this description the only particularly interesting thing is multiple domains within a single tab get multiple processes, but that doesn't sound all that different from how you get multiple processes per tab if the tab uses browser plugins. What makes this 3 or 4 years in the making?
Also it's disabled by default because of RAM usage.