File: control

package info (click to toggle)
libplack-middleware-crossorigin-perl 0.014-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 164 kB
  • sloc: perl: 205; makefile: 2; sh: 1
file content (41 lines) | stat: -rw-r--r-- 1,451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Source: libplack-middleware-crossorigin-perl
Section: perl
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 libplack-perl <!nocheck>,
 perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Standards-Version: 4.6.1
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-crossorigin-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libplack-middleware-crossorigin-perl
Homepage: https://metacpan.org/release/Plack-Middleware-CrossOrigin
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no

Package: libplack-middleware-crossorigin-perl
Architecture: all
Depends:
 libplack-perl,
 ${misc:Depends},
 ${perl:Depends},
Description: 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.