From 48f06beee71cfc30c1b5045f0c86d6e1eab77edd Mon Sep 17 00:00:00 2001 From: Mikhail Golenkov Date: Thu, 16 Jul 2020 12:24:21 +1000 Subject: [PATCH] Do not remove crossOrigin property. --- js/h5p.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/h5p.js b/js/h5p.js index ee1888a..9833d32 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -733,7 +733,7 @@ H5P.fullScreen = function ($element, instance, exitCallback, body, forceSemiFull } else { // In case this element has been used before. - element.removeAttribute('crossorigin'); + element.crossOrigin = "anonymous"; } element.src = H5P.getPath(path, contentId);