esp_http_client: Disable HTTP digest auth by default

This commit is contained in:
Shubham Kulkarni 2021-10-25 14:18:56 +05:30 committed by bot
parent c33db5d4f5
commit 436249de4f

View File

@ -16,7 +16,7 @@ menu "ESP HTTP client"
config ESP_HTTP_CLIENT_ENABLE_DIGEST_AUTH
bool "Enable HTTP Digest Authentication"
default y
default n
help
This option will enable HTTP Digest Authentication. It is enabled by default, but use of this
configuration is not recommended as the password can be derived from the exchange, so it introduces