From 38261d4ebec26016edaf7138d72ae21f38d91fb6 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 10 Jan 2021 22:12:23 -0800 Subject: [PATCH] Drop unnecessary x-ua-compatible header Given that I use a proper doctype, the x-ua-compatible header is not necessary. See https://hsivonen.fi/doctype/#ie8 for more details. --- .hintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.hintrc b/.hintrc index 3866600..aee29fa 100644 --- a/.hintrc +++ b/.hintrc @@ -35,6 +35,7 @@ } ], "doctype": "error", + "highest-available-document-mode": "off", "http-compression": "error", "https-only": "error", "manifest-file-extension": "error",