Skip to content

io.helidon.server.sockets.requestedUriDiscovery.trustedProxies.DenyConfig

Description

Configuration for server.sockets.requested-uri-discovery.trusted-proxies.deny

Configuration options

KeyTypeDescription
exactList<String>Exact strings to deny
patternList<Pattern>Patterns specifying strings to deny
prefixList<String>Prefixes specifying strings to deny
suffixList<String>Suffixes specifying strings to deny

Usages


See the manifest for all available types.