feat(mullvad-browser): enable WebAuthn & video acceleration

This commit is contained in:
Felix Schröter 2025-02-13 23:07:21 +01:00
parent 8beb27389a
commit 74f96db85f
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -39,6 +39,12 @@ let
# Use native file picker instead of GTK file picker
"widget.use-xdg-desktop-portal.file-picker" = 1;
# enable WebAuthn
"security.webauth.webauthn" = true;
# video acceleration
"media.ffmpeg.vaapi.enabled" = true;
};
commonExtensions = with firefox-addons; [