In module should be:

drupal_add_http_header('X-UA-Compatible', 'IE=edge')

not:

drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=1');

nu w3 validator gives error othewise with expl. that new is only IE=edge

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ivaat created an issue. See original summary.

jimmyko’s picture

I don't know if "chrome=1" is still a matter for some site. The more safe approach is to add a settings to switch on "chrome=1" if they need it.

  • mikeytown2 committed e916d33 on 7.x-2.x
    Issue #2844225 by mikeytown2: should be drupal_add_http_header('X-UA-...
mikeytown2’s picture

Status: Needs work » Fixed
FileSize
854 bytes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.