mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Implements support for rack-cors for API JavaScript access in end-user browser
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -127,6 +127,8 @@ gem 'rack-mini-profiler', require: false # require: false #, git: 'git://github
|
||||
gem 'redis-rack-cache', require: false
|
||||
gem 'rack-cache', require: false
|
||||
|
||||
gem 'rack-cors', require: false
|
||||
|
||||
# perftools only works on 1.9 atm
|
||||
group :profile do
|
||||
# travis refuses to install this, instead of fuffing, just avoid it for now
|
||||
|
||||
Reference in New Issue
Block a user