mirror of
https://github.com/iv-org/invidious.git
synced 2025-08-03 20:14:13 -04:00
Add allow headers for preflight requests
This commit is contained in:
parent
86627d8303
commit
4cfddcfb42
1 changed files with 1 additions and 0 deletions
|
@ -846,6 +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"
|
||||
end
|
||||
|
||||
error 404 do |env|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue