forked from midou/invidious
Prevent storyboards from hanging
This commit is contained in:
parent
3126e1ac94
commit
bd0aaa343b
@ -5714,6 +5714,7 @@ get "/sb/:id/:storyboard/:index" do |env|
|
||||
end
|
||||
end
|
||||
|
||||
env.response.headers["Connection"] = "close"
|
||||
env.response.headers["Access-Control-Allow-Origin"] = "*"
|
||||
|
||||
if response.status_code >= 300
|
||||
|
Loading…
Reference in New Issue
Block a user