7.2 Ensure the 'hostNameIncludeList attribute' is set to a whitelist of host names
Information
Host names can be allowed or blocked from creating inbound TCP connections to different HTTP endpoints. Defining an IP address include list allows only wanted inbound connections.
Solution
Add the hostNameIncludeList attribute to all tcpOptions elements to ${server.config.dir}/configDropins/overrides/*.xml and set to comma-separated list of host names. <tcpOptions hostNameIncludeList="*.def.com,sample.here.com" />