mirror of
https://github.com/getgrav/grav.git
synced 2026-01-29 19:00:12 +01:00
Merge pull request #699 from getgrav/feature/add-x-ua-compatible-to-http_equiv
Add x-ua-compatible to http_equiv processing
This commit is contained in:
@@ -1294,7 +1294,7 @@ class Page
|
||||
|
||||
// if not metadata yet, process it.
|
||||
if (null === $this->metadata) {
|
||||
$header_tag_http_equivs = ['content-type', 'default-style', 'refresh'];
|
||||
$header_tag_http_equivs = ['content-type', 'default-style', 'refresh', 'x-ua-compatible'];
|
||||
|
||||
$this->metadata = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user