| Package | Description |
|---|---|
| io.vertx.ext.web.handler |
| Modifier and Type | Method and Description |
|---|---|
CSPHandler |
CSPHandler.addDirective(String name,
String value)
Adds a single directive entry to the handler.
|
static CSPHandler |
CSPHandler.create()
Creates a new instance of the handler.
|
CSPHandler |
CSPHandler.setDirective(String name,
String value)
Sets a single directive entry to the handler.
|
CSPHandler |
CSPHandler.setReportOnly(boolean reportOnly)
To ease deployment, CSP can be deployed in report-only mode.
|
Copyright © 2022 Eclipse. All rights reserved.