Skip to content

html: enable web process sandbox

Michael Catanzaro requested to merge mcatanzaro/sandbox into master

See Initiatives#19. This was originally attempted in 9ad31f72 but it was added in the wrong place: we need to enable sandboxing exactly once, not once each time a new HTML previewer is created. This could be done anywhere, but keeping it with the HTMLRenderer class seems simplest, since this is the only place where sushi uses WebKit.

Merge request reports