-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement
Description
Is your feature request related to a problem? Please describe.
When I search the codebase I see the http-equiv tag is only used for IE compatibility, which is phasing out. Going through the meta requires to interpret the beginning of the HTML page, which is slower than going through the HTTP headers in terms of performance
Describe the solution you'd like
Deploying a server already requires full access to server configuration so if there is still a need to provide this functionality we can do this in nginx or apache as defining the meta is the same as sending the HTTP Content-Type header.
Describe alternatives you've considered
Either omit the X-UA-Compatible tags or move it to the webserver
coliff
Metadata
Metadata
Assignees
Labels
0. Needs triagePending check for reproducibility or if it fits our roadmapPending check for reproducibility or if it fits our roadmapenhancement