thierry-b
12/16/2014 - 8:41 AM

Prevent IE browsers from switching to compatibility mode (Source: http://stackoverflow.com/questions/7567661/http-equiv-x-ua-compatible-co

<?php

function the_aim_compatibility_mode_boot()
{
  drupal_add_http_header('X-UA-Compatible', 'IE=edge,chrome=1');
}
name = the AIM compatibility mode
description = Prevent IE from switching to compatibility mode
core = 7.x
package = the AIM