Enable cert bundle autodetction by default

Arch Linux's ffmpeg package recently switched to mbedtls. This results
in the bundle path needing to be explicitly passed to mpv else
verification will always fail.

https://gitlab.archlinux.org/archlinux/packaging/packages/ffmpeg/-/issues/10
This commit is contained in:
Andrew Rabert 2024-06-22 14:49:43 -04:00
parent c9c9506e59
commit 2ba38725c0

View File

@ -144,7 +144,7 @@
"value": "autodetectCertBundle", "value": "autodetectCertBundle",
"display_name": "Auto-Detect Certificate Bundle", "display_name": "Auto-Detect Certificate Bundle",
"help": "Allows use of system certificates for TLS.", "help": "Allows use of system certificates for TLS.",
"default": false, "default": true,
"platforms": [ "linux" ] "platforms": [ "linux" ]
}, },
{ {