aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-08-09 14:23:35 -0400
committerGitHub <noreply@github.com>2016-08-09 14:23:35 -0400
commit69ae84d504662ded4c80ceaec0e6d153b38bcd83 (patch)
treed7cb297ab91150feb5cf7fa25290267179896c64 /MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs
parent5a1c36b58c143be7eaa97353215b036cc0c2a4ee (diff)
parent1b4e789df8435c1996b556e3e346f3bb6c198cc3 (diff)
Merge pull request #2045 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs')
-rw-r--r--MediaBrowser.Server.Implementations/HttpServer/HttpListenerHost.cs1
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;