From 432bf4cbb0dc0c937f54fb0c63f9a580b10988b0 Mon Sep 17 00:00:00 2001 From: emrah Date: Thu, 18 Jul 2024 19:18:25 +0300 Subject: [PATCH] fix(sip-jibri): IGNORE_CERTIFICATE_ERRORS in template --- sip-jibri/rootfs/defaults/jibri.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sip-jibri/rootfs/defaults/jibri.conf b/sip-jibri/rootfs/defaults/jibri.conf index fedcc43..57964e2 100644 --- a/sip-jibri/rootfs/defaults/jibri.conf +++ b/sip-jibri/rootfs/defaults/jibri.conf @@ -151,7 +151,7 @@ jibri { "{{ join "\",\"" (splitList "," .Env.CHROMIUM_FLAGS) }}" ] } - {{ else if IGNORE_CERTIFICATE_ERRORS -}} + {{ else if $IGNORE_CERTIFICATE_ERRORS -}} chrome { flags = [ "--use-fake-ui-for-media-stream",