Uses of Interface
io.vertx.ext.web.handler.SecurityPolicyHandler
-
Packages that use SecurityPolicyHandler Package Description io.vertx.ext.web.handler -
-
Uses of SecurityPolicyHandler in io.vertx.ext.web.handler
Subinterfaces of SecurityPolicyHandler in io.vertx.ext.web.handler Modifier and Type Interface Description interfaceCorsHandlerA handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.interfaceCSPHandlerContent 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.interfaceHSTSHandlerHTTP Strict Transport Security (HSTS) RFC6797.interfaceXFrameHandlerThe 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<frame>,<iframe>,<embed>or<object>.
-