Chromium
Command line switches
- List of Chromium Command Line Switches
- Configured in
~/.config/chrome-flags.conf
Proxy settings
Add certs to cert store
- Arch wiki: Adding CAcert certificates for self-signed certificates
- Support self-signed certs for SSO
Cert store locations:
For non-snap installations:
export CERTSTORE=~/.pki
For snap installations:
export CERTSTORE=~/snap/chromium/current/.pki
Add LE staging CA cert:
certutil -d sql:$CERTSTORE -A -t TC -n "LE staging" -i ~/oas/openappstack/test/pytest/le-staging-bundle.pem
Wayland
- Arch wiki: Native Wayland support
- Enable
WebRTC PipeWire support
and setPreferred Ozone platform
toWayland
inchrome://flags