mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[http] Changed default Accept-Header . Refs #143
This commit is contained in:
parent
93274872c9
commit
409334369b
@ -147,7 +147,7 @@ static union option_info http_options[] = {
|
||||
N_("Fake referer to be sent when policy is 2.")),
|
||||
|
||||
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.")),
|
||||
|
||||
INIT_OPT_STRING("protocol.http", N_("Send Accept-Language header"),
|
||||
|
Loading…
Reference in New Issue
Block a user