9d56c1ffaf
This port is still used by net-im/mastodon.
5 lines
257 B
Text
5 lines
257 B
Text
Rack::Cors provides support for Cross-Origin Resource Sharing (CORS) for
|
|
Rack compatible web applications. The CORS spec allows web applications
|
|
to make cross domain AJAX calls without using workarounds such as JSONP.
|
|
|
|
WWW: https://github.com/cyu/rack-cors
|