added support for IE incompatibility mode
This commit is contained in:
parent
63d1a61935
commit
370bdc19a0
1 changed files with 1 additions and 0 deletions
|
@ -301,6 +301,7 @@ namespace Mist {
|
|||
|
||||
H.Clean();
|
||||
H.SetHeader("Content-Type", "text/html");
|
||||
H.SetHeader("X-UA-Compatible", "IE=edge");
|
||||
H.SetHeader("Server", "MistServer/" PACKAGE_VERSION);
|
||||
H.setCORSHeaders();
|
||||
if(method == "OPTIONS" || method == "HEAD"){
|
||||
|
|
Loading…
Add table
Reference in a new issue