avoid a CSP error. silence pdfjs warnings
This commit is contained in:
@@ -5277,7 +5277,7 @@ g = function () {
|
||||
return this;
|
||||
}();
|
||||
try {
|
||||
g = g || Function("return this")() || (1, eval)("this");
|
||||
g = g || function () { return this; }; //Function("return this")() || (1, eval)("this");
|
||||
} catch (e) {
|
||||
if ((typeof window === "undefined" ? "undefined" : _typeof(window)) === "object") g = window;
|
||||
}
|
||||
@@ -12844,4 +12844,4 @@ if (typeof PDFJS === 'undefined' || !PDFJS.compatibilityChecked) {
|
||||
/***/ })
|
||||
/******/ ]);
|
||||
});
|
||||
//# sourceMappingURL=pdf.js.map
|
||||
//# sourceMappingURL=pdf.js.map
|
||||
|
||||
Reference in New Issue
Block a user