mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-10 00:12:09 +00:00
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.
This commit is contained in:
parent
28bd5b16f9
commit
38261d4ebe
1 changed files with 1 additions and 0 deletions
1
.hintrc
1
.hintrc
|
@ -35,6 +35,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"doctype": "error",
|
"doctype": "error",
|
||||||
|
"highest-available-document-mode": "off",
|
||||||
"http-compression": "error",
|
"http-compression": "error",
|
||||||
"https-only": "error",
|
"https-only": "error",
|
||||||
"manifest-file-extension": "error",
|
"manifest-file-extension": "error",
|
||||||
|
|
Loading…
Reference in a new issue