diff --git a/js/h5p.js b/js/h5p.js index 2a4046b..5718f36 100644 --- a/js/h5p.js +++ b/js/h5p.js @@ -2552,7 +2552,7 @@ H5P.createTitle = function (rawTitle, maxLength) { // Update file URLs and reset content Ids recursiveUpdate(clipboardData.specific, function (path) { var isTmpFile = (path.substr(-4, 4) === '#tmp'); - if (!isTmpFile && clipboardData.contentId) { + if (!isTmpFile && clipboardData.contentId && !path.match(/^https?:\/\//i)) { // Comes from existing content if (H5PEditor.contentId) {