io.helidon.server.sockets.protocols.http11.requestedUriDiscovery.trustedProxies.DenyConfig
Description
Configuration for server.sockets.protocols.http_1_1.requested-uri-discovery.trusted-proxies.deny
Configuration options
| Key | Type | Description |
|---|---|---|
exact | List<String> | Exact strings to deny |
pattern | List<Pattern> | Patterns specifying strings to deny |
prefix | List<String> | Prefixes specifying strings to deny |
suffix | List<String> | Suffixes specifying strings to deny |
Usages
See the manifest for all available types.