diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-08-08 14:18:00 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-08 14:18:00 -0400 |
| commit | 35927af53626d16af71588fc8c0b2b136815a6d4 (patch) | |
| tree | e4a30989bd39aacb8aa82b4dfff367dad3c99a6b /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | |
| parent | bb44b681931ca2e5657660e6f7885e8697d19663 (diff) | |
| parent | d71a468388335d407ef73e933bddb59c4f2b4d1d (diff) | |
Merge pull request #2039 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs index 5cf0a246f..90055d8ec 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs @@ -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; |
