Uses of Interface
io.vertx.mutiny.ext.web.handler.SecurityPolicyHandler
Packages that use SecurityPolicyHandler
-
Uses of SecurityPolicyHandler in io.vertx.mutiny.ext.web.handler
Classes in io.vertx.mutiny.ext.web.handler that implement SecurityPolicyHandlerModifier and TypeClassDescriptionclass
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.class
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
HTTP Strict Transport Security (HSTS) RFC6797.class
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 SecurityPolicyHandlerModifier and TypeMethodDescriptionstatic SecurityPolicyHandler
SecurityPolicyHandler.newInstance
(io.vertx.ext.web.handler.SecurityPolicyHandler arg)