I am implementing to programmatically disable IE compatibility mode for IE8/9/10/11. I have added:
FacesContext.getCurrentInstance().getExternalContext()
.setResponseHeader("X-UA-Compatible", "IE=9; IE=8; IE=7; IE=EDGE");
But is not working in IE11.