diff options
author | swills <swills@FreeBSD.org> | 2014-03-30 00:08:04 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2014-03-30 00:08:04 +0800 |
commit | a35454aecafc5018069254209d4f27705209a906 (patch) | |
tree | be75217ee320927f336bd4763fb6cd067ae5235d /www/Makefile | |
parent | a586d3d75aab02298f985e71e618d2c22dfd3fba (diff) | |
download | freebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.tar.gz freebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.tar.zst freebsd-ports-gnome-a35454aecafc5018069254209d4f27705209a906.zip |
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
PR: ports/188005
Submitted by: Michael Moll <kvedulv at kvedulv.de>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index cb94204446fe..c06bed25572e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1840,6 +1840,7 @@ SUBDIR += rubygem-rack-attack SUBDIR += rubygem-rack-cache SUBDIR += rubygem-rack-contrib + SUBDIR += rubygem-rack-cors SUBDIR += rubygem-rack-mount SUBDIR += rubygem-rack-openid SUBDIR += rubygem-rack-protection |