Skip to content
代码片段 群组 项目
提交 d43e25f7 编辑于 作者: Andy Soiron's avatar Andy Soiron 提交者: Alexandru Croitor
浏览文件

Remove custom CORS controller for JiraConnect

This goes back to use Rack Cors instead of the custom cors
controller for jira_connect routes.

The customer controller was added to be able to add origins dynamically
based on the jira_connect_proxy_url setting. I learned that this can be
done by passing a block to origins using Rack Cors.

The custom controller also had the problem that the OPTIONS
request was intercepted by Rack Cors and never reached the controller.

Changelog: fixed
上级 d6efeb69
No related branches found
No related tags found
无相关合并请求
加载中
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册