Allow range in videoplayback headers

このコミットが含まれているのは:
Omar Roth 2018-04-16 20:49:00 -05:00
コミット fd609ee7e5
1個のファイルの変更1行の追加1行の削除

ファイルの表示

@ -846,7 +846,7 @@ end
options "/videoplayback" do |env|
env.response.headers["Access-Control-Allow-Origin"] = "*"
env.response.headers["Access-Control-Allow-Methods"] = "GET"
env.response.headers["Access-Control-Allow-Headers"] = "Content-Type"
env.response.headers["Access-Control-Allow-Headers"] = "Content-Type, range"
end
error 404 do |env|