1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-29 03:17:53 -04:00

[http] Changed default Accept-Header . Refs #143

This commit is contained in:
Witold Filipczyk 2022-06-07 10:35:57 +02:00
parent 93274872c9
commit 409334369b

View File

@ -147,7 +147,7 @@ static union option_info http_options[] = {
N_("Fake referer to be sent when policy is 2.")), N_("Fake referer to be sent when policy is 2.")),
INIT_OPT_STRING("protocol.http", N_("Accept header"), INIT_OPT_STRING("protocol.http", N_("Accept header"),
"accept", OPT_ZERO, "*/*", "accept", OPT_ZERO, "text/html, text/*;q=0.9, */*;q=0.8",
N_("Value of the Accept header field.")), N_("Value of the Accept header field.")),
INIT_OPT_STRING("protocol.http", N_("Send Accept-Language header"), INIT_OPT_STRING("protocol.http", N_("Send Accept-Language header"),