<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><meta name="" content="IE=edge,chrome=1" />
Also tried other types of meta tags (property, itemprob) they also get removed.
@RedEnzian, Thanks for reporting this issue.
We've created internal ticket MAGETWO-70448 to address this issue.
You should use <meta name="x_ua_compatible" content="IE=edge,chrome=1"/>
See getMetadataTemplate in magento/framework/View/Page/Config/Renderer.php for details
@RedEnzian, thank you for your report.
We've created internal ticket(s) MAGETWO-70448 to track progress on the issue.
I am working on this one, can you please assign it to me? #squashtoberfest
I think this one could be resolved with documentation rather than code as @pooshok has mentioned.
@okorshenko @magento-engcom-team
Most helpful comment
You should use
<meta name="x_ua_compatible" content="IE=edge,chrome=1"/>See getMetadataTemplate in magento/framework/View/Page/Config/Renderer.php for details