Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/d330ec997a5efd46374e320425be4c83e9e8f517 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Revert "Fix test url"

This reverts commit 5ddc439ac02ad270e219769654572b71b9c9b8fe.
pull/702/head
Eric Reed 10 years ago
parent 9f138d86b1
commit d330ec997a

@ -18,7 +18,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/test/admin/" + "service/appstore/register";
private const string AppstoreRegUrl = /*MbAdmin.HttpsUrl*/ "https://wwwm.mb3admin.com/test/admin/" + "service/appstore/register";
/// <summary>
/// The _is MB supporter

Loading…
Cancel
Save