mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-04-11.git
synced 2024-08-15 00:43:26 +00:00
Prevent storyboards from hanging
This commit is contained in:
parent
3126e1ac94
commit
bd0aaa343b
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue