mirror of
https://github.com/iv-org/invidious
synced 2024-11-09 01:10:27 +00:00
Add allow headers for preflight requests
This commit is contained in:
parent
86627d8303
commit
4cfddcfb42
@ -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…
Reference in New Issue
Block a user