mirror of
https://github.com/Jackett/Jackett
synced 2025-01-02 13:16:16 +00:00
Allow anonymous access to results - probably fixes #1654
This commit is contained in:
parent
403c0ef7e4
commit
7a8d83b693
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ namespace Jackett.Controllers.V20
|
|||
TorznabQuery CurrentQuery { get; set; }
|
||||
}
|
||||
|
||||
[JackettAuthorized]
|
||||
[AllowAnonymous]
|
||||
[JackettAPINoCache]
|
||||
[RoutePrefix("api/v2.0/indexers")]
|
||||
[RequiresApiKey]
|
||||
|
|
Loading…
Reference in a new issue