./www/p5-Plack-Middleware-CrossOrigin, Adds headers to allow Cross-Origin Resource Sharing

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.014nb1, Package name: p5-Plack-Middleware-CrossOrigin-0.014nb1, Maintainer: pkgsrc-users

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.

This module attempts to fully conform to the CORS spec, while
allowing additional flexibility in the values specified for the of
the headers.

The module also ensures that the response contains a Vary: Origin
header to avoid potential issues with caches.


Master sites: (Expand)

Filesize: 17.349 KB

Version history: (Expand)


CVS history: (Expand)


   2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483)
Log message:
*: recursive bump for perl 5.38
   2023-02-13 16:21:56 by Havard Eidnes | Files touched by this commit (3)
Log message:
Add p5-Plack-Middleware-CrossOrigin version 0.014.

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.

This module attempts to fully conform to the CORS spec, while
allowing additional flexibility in the values specified for the of
the headers.

The module also ensures that the response contains a Vary: Origin
header to avoid potential issues with caches.