Hi all,
We're developing an application where we have multiple sandboxed iframes on a page (specifically, <iframe sandbox="allow-scripts"/>). The src of the frame is at the same domain as the parent window, but we'd want each iframe to behave as if it were cross-site, and, ultimately, live in its own process.
I tested on the latest build of Canary (64-bit OS X, 45.0.2454.4) with the OOPIF flag enabled, and all of the frames are still in the same process... If I route it through a different domain than the parent page, I then get a separate process for the iframe, as we'd expect.
Just was wondering what the implementation plans are to give sandboxed iframes their own process.
Thnx-
Ian