pdf.js使用里面一个bug

pull/11/head
陈精华 2019-07-30 14:46:31 +08:00 committed by kl
parent 9a027674ac
commit 63e62ab57b
1 changed files with 1 additions and 1 deletions

View File

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