mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Update options for videoplayback preflight
This commit is contained in:
parent
e0dd56f4ff
commit
e9e6bbd710
@ -973,7 +973,7 @@ get "/channel/:ucid" do |env|
|
||||
templated "channel"
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user