mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-01 03:30:06 +00:00
remove X-Powered-By header
This commit is contained in:
parent
2481838b4a
commit
ce26f24ec7
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue