1
0
Fork 0
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:
chibidev 2017-08-13 02:23:39 +02:00
parent 403c0ef7e4
commit 7a8d83b693

View file

@ -132,7 +132,7 @@ namespace Jackett.Controllers.V20
TorznabQuery CurrentQuery { get; set; }
}
[JackettAuthorized]
[AllowAnonymous]
[JackettAPINoCache]
[RoutePrefix("api/v2.0/indexers")]
[RequiresApiKey]