mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
Allow anonymous access to results - probably fixes #1654
This commit is contained in:
@@ -132,7 +132,7 @@ namespace Jackett.Controllers.V20
|
||||
TorznabQuery CurrentQuery { get; set; }
|
||||
}
|
||||
|
||||
[JackettAuthorized]
|
||||
[AllowAnonymous]
|
||||
[JackettAPINoCache]
|
||||
[RoutePrefix("api/v2.0/indexers")]
|
||||
[RequiresApiKey]
|
||||
|
Reference in New Issue
Block a user