Fix options for '/videoplayback'

This commit is contained in:
Omar Roth 2018-08-07 13:25:22 -05:00
parent 9b0c5ffc71
commit 8ff8ed1e5f
1 changed files with 1 additions and 1 deletions

View File

@ -2678,7 +2678,7 @@ get "/api/manifest/hls_playlist/*" do |env|
manifest
end
options "/videoplayback*" do |env|
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, range"