blob: b5807f9b42bbed65dd1b06d67d6e334c34e09fe9 (
plain)
1
2
3
4
5
6
7
|
# Default settings for chromium. This file is sourced by /bin/bash from
# the chromium launcher.
# Options to pass to chromium.
# chromium does currently not run in sandbox mode
CHROMIUM_FLAGS="--no-sandbox"
|