mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +01:00
fixes #2547
This commit is contained in:
parent
a6a8c4d909
commit
254edffa9c
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ exports.restartServer = function () {
|
||||||
res.header("Strict-Transport-Security", "max-age=31536000; includeSubDomains");
|
res.header("Strict-Transport-Security", "max-age=31536000; includeSubDomains");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Stop IE going into compatability mode
|
||||||
|
// https://github.com/ether/etherpad-lite/issues/2547
|
||||||
|
res.header("X-UA-Compatible", "IE=Edge,chrome=1");
|
||||||
res.header("Server", serverName);
|
res.header("Server", serverName);
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue