forked from midou/invidious
Add '/videoplayback' redirect
This commit is contained in:
@@ -17,7 +17,7 @@ class Config
|
||||
end
|
||||
|
||||
class FilteredCompressHandler < Kemal::Handler
|
||||
exclude ["/videoplayback/:wild/*", "/api/*"]
|
||||
exclude ["/videoplayback/*", "/api/*"]
|
||||
|
||||
def call(env)
|
||||
return call_next env if exclude_match? env
|
||||
|
||||
Reference in New Issue
Block a user