Skip to content

Commit

Permalink
fix: Use cbcs as default scheme for Safari
Browse files Browse the repository at this point in the history
  • Loading branch information
avelad committed May 6, 2024
1 parent bf24834 commit c76d532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit c76d532

Please sign in to comment.