Summary
My Site requires the SharedArrayBuffer support. Therefore we need to enable Cross-Origin Isolation on our site, which will be depreciated primarily on Chrome starting Chrome 92. However, apparently, Youtube embed URLs do not appear to have support for sites that enable Cross-Origin Isolation?
Attached below it mentions that the cross-origin-resource-policy is not set and blocked by the cross-origin isolation, from the YouTube embed document.
My question is that is it actually not supported or there is an option that I am missing to make youtube embed works on a cross-origin isolated site? Otherwise, I'll need to figure out some other workarounds.