mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_http_client: Disable HTTP digest auth by default
This commit is contained in:
parent
c33db5d4f5
commit
436249de4f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user