mirror of
https://github.com/iv-org/invidious.git
synced 2025-05-06 16:35:12 -04:00
Allow range in videoplayback headers
This commit is contained in:
parent
4cfddcfb42
commit
fd609ee7e5
1 changed files with 1 additions and 1 deletions
|
@ -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|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue