From 5499247a3680f4925a3f873134b287f4a24f1ecc Mon Sep 17 00:00:00 2001 From: Usman Bajwa Date: Wed, 9 Aug 2023 18:15:05 +0500 Subject: [PATCH] Lint fix --- web/app.js | 5 ----- 1 file changed, 5 deletions(-) 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;