libplack-middleware-crossorigin-perl 0.014-2 source package in Ubuntu

Changelog

libplack-middleware-crossorigin-perl (0.014-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 20:15:14 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libplack-middleware-crossorigin-perl_0.014-2.dsc 2.3 KiB 4543ac5f23c688cf1bfad2fa8860b4bcdb41826e1d4db1a6348c5a340fddf820
libplack-middleware-crossorigin-perl_0.014.orig.tar.gz 17.3 KiB 35e80fabcc8455a6bc1aee0820fde9c4ae94baab7a795ce79932abc93004f3b7
libplack-middleware-crossorigin-perl_0.014-2.debian.tar.xz 3.7 KiB 8bdacc56861a36613d10a4817f06ccc3e6b5dbfa5de7132c0dc7d96c15b7fb78

Available diffs

No changes file available.

Binary packages built by this source

libplack-middleware-crossorigin-perl: Plack middleware adding headers to allow CORS

 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.
 .
 This module attempts to fully conform to the CORS spec,
 while allowing additional flexibility
 in the values specified for the of the headers.
 .
 Plack is a set of tools similar to Ruby's Rack
 or Python's Paste for WSGI.
 It implements the Perl Server Gateway Interface (PSGI)
 standard interface,
 which allows developers to decouple their web application framework
 from the local web server environment.