diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-02-12 20:57:41 -0500 |
|---|---|---|
| committer | Luke <luke.pulverenti@gmail.com> | 2016-02-12 20:57:41 -0500 |
| commit | 548f4ae87e17eefa080ab74fb7a7009eab8a2f16 (patch) | |
| tree | 32a818d1fffb12018df098d9a570298285dc4102 /MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | |
| parent | 98fbb0867457204da054dda14f2294ea59f30f8b (diff) | |
| parent | 4f5a659111b1e3953ea8618d1b8d16a2c7e3f081 (diff) | |
Merge pull request #1448 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs index d751083f0..a6dbf77e9 100644 --- a/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs +++ b/MediaBrowser.Common.Implementations/Security/PluginSecurityManager.cs @@ -21,7 +21,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*/ "https://mb3admin.com/admin/service/appstore/register"; + private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "http://mb3admin.com/admin/service/appstore/register"; /// <summary> /// The _is MB supporter |
