mirror of https://github.com/iv-org/invidious.git
Add CORS header for videoplayback
This commit is contained in:
parent
9898b2900f
commit
11e871ba83
|
@ -825,6 +825,8 @@ get "/videoplayback" do |env|
|
|||
env.response.headers[key] = value
|
||||
end
|
||||
|
||||
env.response.headers["Access-Control-Allow-Origin"] = "*"
|
||||
|
||||
chunk = Bytes[8]
|
||||
|
||||
loop do
|
||||
|
|
Loading…
Reference in New Issue