From c76d53247ae1689ff05a2792716e27c509487280 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?A=CC=81lvaro=20Velad=20Galva=CC=81n?= Date: Mon, 6 May 2024 15:11:41 +0200 Subject: [PATCH] fix: Use cbcs as default scheme for Safari --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3a26cf9..817c3f4 100644 --- a/index.js +++ b/index.js @@ -561,7 +561,7 @@ function guessSupportedScheme(keySystem) { } else if (keySystem.startsWith('org.w3')) { return 'cenc'; } else if (keySystem.startsWith('com.apple')) { - return 'cbcs-1-9'; + return 'cbcs'; } // We don't have this key system in our map!