Should setting "allowedResponseHeaders" to wildcard result in all headers being allowed?
This approach works in "allowedRequestHeaders" section of HttpRepositoryConnector configuration.
Example:
"knotx:io.knotx.KnotxServer": { "options": { "config": { "allowedResponseHeaders": [ "*" ], ... } } }