aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-25 14:16:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-10-25 14:16:36 -0400
commitc99d6c89971b34ac85852f0068f113bb49a25b22 (patch)
treef6a97006c1ec255ceabf6f53adfdad1a116fbd50 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
parent32babe2b941d2f43d9e1c61ceaa58d6d31a9d60f (diff)
add ie delay
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
-rw-r--r--MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
index e36ff9950..544e2e924 100644
--- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
+++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs
@@ -19,7 +19,7 @@ namespace MediaBrowser.Common.Implementations.Security
public class PluginSecurityManager : ISecurityManager
{
private const string MBValidateUrl = MbAdmin.HttpsUrl + "service/registration/validate";
- private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "http://mb3admin.com/admin/" + "service/appstore/register";
+ private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "http://mb3admin.com/test/admin/" + "service/appstore/register";
/// <summary>
/// The _is MB supporter
@@ -199,7 +199,7 @@ namespace MediaBrowser.Common.Implementations.Security
Url = AppstoreRegUrl,
CancellationToken = CancellationToken.None
};
- options.RequestHeaders.Add("X-Emby-Token", _appHost.SystemId);
+ options.RequestHeaders.Add("X-Emby-Token", /*_appHost.SystemId*/ "08606E86D043");
options.RequestContent = parameters;
options.RequestContentType = "application/json";
@@ -247,7 +247,7 @@ namespace MediaBrowser.Common.Implementations.Security
}
catch (IOException)
{
-
+
}
}