diff --git a/web/app.js b/web/app.js index 54ac78de48d0f..b6e222f772ae9 100644 --- a/web/app.js +++ b/web/app.js @@ -2230,11 +2230,6 @@ const PDFViewerApplication = { }; if (typeof PDFJSDev === "undefined" || PDFJSDev.test("GENERIC")) { - const HOSTED_VIEWER_ORIGINS = [ - "null", - "http://mozilla.github.io", - "https://mozilla.github.io", - ]; // eslint-disable-next-line no-var var validateFileURL = function (file) { return true;