add windows phone exception

This commit is contained in:
Luke Pulverenti
2014-10-15 08:33:50 -04:00
parent b7ed4df4fa
commit 9ba84148dd
2 changed files with 5 additions and 4 deletions

View File

@@ -65,7 +65,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security
if (!allowLocal || !req.IsLocal)
{
if (!_config.Configuration.InsecureApps.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
if (!_config.Configuration.InsecureApps2.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase))
{
SessionManager.ValidateSecurityToken(auth.Token);
}