Skip to content

disable sandboxing: fix #63

Joel Ong requested to merge darthoctopus/sushi:nosandbox into master

right now, enabling sandboxing by invoking the webkit context in gjs causes webkit2 to crash with the error message "Sandboxing cannot be changed after subprocesses were spawned." If sandboxing is to be enabled, it should be done elsewhere.

Merge request reports