From f376a3fbb184975b5eb06679a9326b131eab9a47 Mon Sep 17 00:00:00 2001 From: Jonas Jenwald <jonas.jenwald@gmail.com> Date: Thu, 15 Jul 2021 13:59:40 +0200 Subject: [PATCH] Remove `<meta>` tag only necessary for IE-compatibility Given that Internet Explorer is, since some time now, no longer supported in the PDF.js library this `<meta>` tag can also be removed (added in PR 6374). --- web/viewer.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/web/viewer.html b/web/viewer.html index c390ba62e..e5368a4a2 100644 --- a/web/viewer.html +++ b/web/viewer.html @@ -26,9 +26,6 @@ See https://github.com/adobe-type-tools/cmap-resources <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!--#if GENERIC || CHROME--> <meta name="google" content="notranslate"> -<!--#endif--> -<!--#if GENERIC--> - <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!--#endif--> <title>PDF.js viewer</title>