Files
secureblue/config/files/usr/etc/chromium/chromium.conf
qoijjj c701e2ae21 chore: add --noexpose_wasm to chromium flags for consistency
wasm is already disabled by --jitless, this gets rid of the warning.
2024-02-13 10:51:21 -08:00

5 lines
150 B
Plaintext

# system wide chromium flags
CHROMIUM_FLAGS=""
CHROMIUM_FLAGS+=" --ozone-platform=wayland"
CHROMIUM_FLAGS+=" --js-flags='--jitless --no-expose-wasm'"