2018-05-16 02:01:22 +02:00
|
|
|
Plack::Middleware::CrossOrigin adds Cross Origin Request Sharing headers used by
|
|
|
|
modern browsers to allow XMLHttpRequest to work across domains. This module will
|
|
|
|
also help protect against CSRF attacks in some browsers.
|
2015-12-11 14:42:20 +01:00
|
|
|
|
2018-05-16 02:01:22 +02:00
|
|
|
This module attempts to fully conform to the CORS spec, while allowing
|
|
|
|
additional flexibility in the values specified for the of the headers.
|
|
|
|
|
2018-05-27 22:15:16 +02:00
|
|
|
WWW: https://metacpan.org/release/Plack-Middleware-CrossOrigin
|