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

Empty Torznab ApiKeyWhiteList

pull/1985/head
ilike2burnthing 1 year ago committed by Bogdan
parent 0b0a0cfa5b
commit c9b663247c

@ -1,3 +1,4 @@
using System;
using System.Linq;
using System.Text.RegularExpressions;
using FluentValidation;
@ -10,10 +11,7 @@ namespace NzbDrone.Core.Indexers.Torznab
{
public class TorznabSettingsValidator : AbstractValidator<TorznabSettings>
{
private static readonly string[] ApiKeyWhiteList =
{
"hd4free.xyz",
};
private static readonly string[] ApiKeyWhiteList = Array.Empty<string>();
private static bool ShouldHaveApiKey(TorznabSettings settings)
{

Loading…
Cancel
Save