提交 5e01e1bb 编写于 作者: R Robert Speicher

Use `methods: :any` in our rack-cors configuration

This was added in rack-cors 0.4.0 and allows all types of CORS requests
to the API.
上级 f9744ea9
......@@ -74,7 +74,7 @@ module Gitlab
origins '*'
resource '/api/*',
headers: :any,
methods: [:get, :post, :options, :put, :delete],
methods: :any,
expose: ['Link']
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册