Prevent storyboards from hanging

このコミットが含まれているのは:
Omar Roth 2020-03-04 15:36:39 -05:00
コミット bd0aaa343b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: B8254FB7EC3D37F2
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -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