summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorportix <none@none>2013-01-27 23:09:17 +0100
committerportix <none@none>2013-01-27 23:09:17 +0100
commit3f9e17180eaac20a37a0c3594293c0f916f8ab8b (patch)
tree35288be5ddcce1fdc4e794c8282120776696bc72 /src/config.h
parent046a50d2352d3a517f03054f54f24fdb5636ec21 (diff)
downloaddwb-3f9e17180eaac20a37a0c3594293c0f916f8ab8b.zip
New option 'accept-language'
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 81c6cb09..9f126c95 100644
--- a/src/config.h
+++ b/src/config.h
@@ -1170,4 +1170,6 @@ static WebSettings DWB_SETTINGS[] = {
SETTING_GLOBAL, BOOLEAN, { .b = false }, NULL, { 0 }, },
{ { "print-previewer", "Command used for the printing preview", },
SETTING_GLOBAL, CHAR, { .p = NULL }, NULL, { 0 }, },
+ { { "accept-language", "If set will be used for 'Accept-Language' header in all requests", },
+ SETTING_GLOBAL | SETTING_ONINIT, CHAR, { .p = NULL }, (S_Func)dwb_set_accept_language, { 0 }, },
};/*}}}*/