mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Replaced mb3admin.com phoning home with a stub mb3admin.local
This commit is contained in:
@@ -23,8 +23,8 @@ namespace Emby.Server.Implementations.Security
|
||||
/// </summary>
|
||||
public class PluginSecurityManager : ISecurityManager
|
||||
{
|
||||
private const string MBValidateUrl = "https://mb3admin.com/admin/service/registration/validate";
|
||||
private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "https://mb3admin.com/admin/service/appstore/register";
|
||||
private const string MBValidateUrl = "https://mb3admin.local/admin/service/registration/validate";
|
||||
private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "https://mb3admin.local/admin/service/appstore/register";
|
||||
|
||||
public async Task<bool> IsSupporter()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user