diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-01 00:23:34 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-04-01 00:23:34 -0400 |
| commit | ddbbe9ce4e054565272a69e1ea709f8df4d96479 (patch) | |
| tree | ffa400a985dfd9ff4a2d43e113c7c6dad92cb2f4 /MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | |
| parent | 2626b6f3729097e083f381936738d17335f48f1c (diff) | |
post release housecleaning
Diffstat (limited to 'MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs index 3903c62b1..b4da40702 100644 --- a/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs +++ b/MediaBrowser.Server.Implementations/HttpServer/Security/AuthService.cs @@ -140,7 +140,7 @@ namespace MediaBrowser.Server.Implementations.HttpServer.Security return true; } - return _config.Configuration.InsecureApps8.Contains(auth.Client ?? string.Empty, + return _config.Configuration.InsecureApps9.Contains(auth.Client ?? string.Empty, StringComparer.OrdinalIgnoreCase); } |
