Deployed new https proxy for WebView and Downloader. Made it configurable through /sys/settings/app.ini. Reviewed-on: #277 Reviewed-by: Mikhail Frolov <mixa.frolov2003@gmail.com> Co-authored-by: Burer <burer@kolibrios.org> Co-committed-by: Burer <burer@kolibrios.org>
9 lines
188 B
C
9 lines
188 B
C
_ini ini;
|
|
|
|
void LoadIniConfig()
|
|
{
|
|
ini.path = GetIni(#settings_file, "app.ini");
|
|
ini.section = "WebView";
|
|
|
|
ini.GetString("proxy", #proxy_address, sizeof(proxy_address), NULL);
|
|
} |