mirror of https://github.com/iv-org/invidious.git
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
env.response.headers["Connection"] = "close"
|
||||||
env.response.headers["Access-Control-Allow-Origin"] = "*"
|
env.response.headers["Access-Control-Allow-Origin"] = "*"
|
||||||
|
|
||||||
if response.status_code >= 300
|
if response.status_code >= 300
|
||||||
|
|
Loading…
Reference in New Issue