mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
fix linting once and for all
This commit is contained in:
parent
5a967a7103
commit
a563aabd5f
1 changed files with 2 additions and 2 deletions
|
@ -88,11 +88,11 @@ module Invidious::Routes::BeforeAll
|
|||
end
|
||||
end
|
||||
|
||||
# TODO: popular and trending are here for clients that require these endpoints to be accessible e.g. Clipious
|
||||
# TODO: popular and trending are whitelisted for clients that require these endpoints to be accessible e.g. Clipious
|
||||
# can be removed as soon as those clients can handele these request on private instances
|
||||
unregistered_path_whitelist = {
|
||||
"/login",
|
||||
"/privacy"
|
||||
"/privacy",
|
||||
"/api/v1/stats",
|
||||
"/api/v1/popular",
|
||||
"/api/v1/trending",
|
||||
|
|
Loading…
Reference in a new issue