remove X-Powered-By header

This commit is contained in:
Luke Pulverenti 2016-08-08 00:35:21 -04:00
parent 2481838b4a
commit ce26f24ec7

View File

@ -81,6 +81,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer
{typeof (ApplicationException), 500}
};
HostConfig.Instance.GlobalResponseHeaders = new Dictionary<string, string>();
HostConfig.Instance.DebugMode = false;
HostConfig.Instance.LogFactory = LogManager.LogFactory;