Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: pass
--no-sandbox
by default to Chromium
We see a lot of issues with users struggling with Chromium sandboxing. We tried fighting these with Docker configs, but it requires running Docker with special seccomp profile. As a result, majority ends up using `--no-sandbox` anyway. This patch saves our users a hassle and starts using `--no-sandbox` by default. References microsoft#2745
- Loading branch information