jihoonson opened a new pull request #11907: URL: https://github.com/apache/druid/pull/11907
### Description This PR removes a stale warning from the HTTP inputSource section. It no longer allows arbitrary protocols but allows only `http` and `https` by default. This is already documented in the same section as below (https://druid.apache.org/docs/latest/ingestion/native-batch.html#http-input-source). > You can only use protocols listed in the druid.ingestion.http.allowedProtocols property as HTTP input sources. The http and https protocols are allowed by default. See HTTP input source security configuration for more details. <hr> This PR has: - [x] added documentation for new or modified features or behaviors. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
