On Tuesday, October 6, 2015 at 6:30:58 AM UTC-7, bo...@mozilla.com wrote: > The next Nightly should include two small improvements to the Windows content > process sandbox policy. > > The new default pref is: > security.sandbox.content.level=2 > > I have just found a new regression (bug 1211873) since landing this. > This is that file:// URLs for files on network shares are blocked.
We're adding e10s support for file:// channels in https://bugzilla.mozilla.org/show_bug.cgi?id=922481 It's a bit of a pain since we need to change lots of synchronous open() callsites to use asyncOpen instead. I'll bump the priority on that bug and we should have a fix soon. Jason > The two main existing regressions with level 1 are bugs 1156742 and 1173371. > > If this change causes any other new regressions, please file them to block > bug 1207972. > > When testing regressions please try the pref at level 1 first and then 0. > If the regression is still there at level 1, but not at 0, file to block bug > 1151767 instead. > > Thanks, > Bob _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform