软件包:libplack-middleware-csrfblock-perl(0.10-3)
libplack-middleware-csrfblock-perl 的相关链接
Debian 的资源:
下载源码包 libplack-middleware-csrfblock-perl:
- [libplack-middleware-csrfblock-perl_0.10-3.dsc]
- [libplack-middleware-csrfblock-perl_0.10.orig.tar.gz]
- [libplack-middleware-csrfblock-perl_0.10-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
- libplack-middleware-deflater-perl
- libwww-csrf-perl
- libplack-middleware-fixmissingbodyinredirect-perl
- libplack-middleware-methodoverride-perl
- python3-asgi-csrf
- libring-anti-forgery-clojure
- libplack-middleware-removeredundantbody-perl
- libunirest-java-java
- libplack-middleware-expires-perl
- libplack-middleware-file-sass-perl
- libplack-middleware-crossorigin-perl
Plack middleware to block CSRF (cross-site request forgery)
Plack::Middleware::CSRFBlock helps blocking Cross-Site Request Forgeries, and can be used without any modifications to your application, in most cases.
When the application response Content-type header is "text/html" or "application/xhtml+xml", this middleware inserts a hidden input tag that contains a token string into all POST-forms found in the response body.
For every POST requests, this middleware ensures that the input parameters contain the correct token parameter. If not found, the middleware throws an HTTP error 403 (Forbidden) and the forged request does not even reach your application.
其他与 libplack-middleware-csrfblock-perl 有关的软件包
|
|
|
|
-
- dep: libhtml-parser-perl
- collection of modules that parse HTML text documents
-
- dep: libplack-middleware-session-perl
- Perl module for Plack middleware session management
-
- dep: libplack-perl
- interface between web servers and Perl web applications
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)