mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Fix options for '/videoplayback'
This commit is contained in:
parent
9b0c5ffc71
commit
8ff8ed1e5f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue