parse Accept-Language header to Request::accept_languages table
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (c) 2008-2021, Tomasz Sowa
|
||||
* Copyright (c) 2008-2022, Tomasz Sowa
|
||||
* All rights reserved.
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
@@ -295,6 +295,9 @@ void Config::AssignValues(bool stdout_is_closed)
|
||||
bin_stream_field = Text(L"bin_stream_field", L"bin_stream");
|
||||
main_stream_field = Text(L"main_stream_field", L"main_stream");
|
||||
ezc_frames_field = Text(L"ezc_frames_field", L"ezc_frames");
|
||||
request_max_accept_fields = Size(L"request_max_accept_fields", 8);
|
||||
request_max_accept_language_fields = Size(L"request_max_accept_language_fields", 8);
|
||||
|
||||
|
||||
account_need_email_verification = Bool(L"account_need_email_verification", true);
|
||||
reset_password_code_expiration_time = Long(L"reset_password_code_expiration_time", 86400);
|
||||
|
||||
Reference in New Issue
Block a user