Uses of Interface
io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
-
Packages that use SecurityPolicyHandler Package Description io.vertx.mutiny.ext.web.handler -
-
Uses of SecurityPolicyHandler in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler that implement SecurityPolicyHandler Modifier and Type Class Description class
CorsHandler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.class
CSPHandler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.class
HSTSHandler
HTTP Strict Transport Security (HSTS) RFC6797.class
XFrameHandler
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a,
,
or
.
Methods in io.vertx.mutiny.ext.web.handler that return SecurityPolicyHandler Modifier and Type Method Description static SecurityPolicyHandler
SecurityPolicyHandler. newInstance(io.vertx.ext.web.handler.SecurityPolicyHandler arg)
-