pdf.js使用里面一个bug

This commit is contained in:
陈精华 2019-07-30 14:46:31 +08:00 committed by kl
parent 9a027674ac
commit 63e62ab57b

View File

@ -1897,7 +1897,7 @@ var validateFileURL = void 0;
}
var fileOrigin = new URL(file, window.location.href).origin;
if (fileOrigin !== viewerOrigin) {
return '/getCorsFile?urlPath=' + file;
return '/getCorsFile?urlPath=' + encodeURIComponent(file);
}
} catch (ex) {
var message = ex && ex.message;