aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorJeremy Lin <jjlin@users.noreply.github.com>2022-10-02 21:24:22 -0700
committerJeremy Lin <jjlin@users.noreply.github.com>2022-10-03 01:59:40 -0700
commit9d8b12cbefe2ba3f82829a7ed2bc6449f4fb2ac3 (patch)
treec280bdefe6722b880aae8176eb22ed45146ef675 /system
parentf08a6ae5ad4dacf8fda440ff589c7cb9aa7e7c6c (diff)
[curl] add support for HTTPS proxy type
Diffstat (limited to 'system')
-rwxr-xr-xsystem/settings/settings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/settings/settings.xml b/system/settings/settings.xml
index ce0ca10299..572d300de7 100755
--- a/system/settings/settings.xml
+++ b/system/settings/settings.xml
@@ -3255,6 +3255,7 @@
<constraints>
<options>
<option label="1181">0</option> <!-- PROXY_HTTP -->
+ <option label="1186">5</option> <!-- PROXY_HTTPS -->
<option label="1182">1</option> <!-- PROXY_SOCKS4 -->
<option label="1183">2</option> <!-- PROXY_SOCKS4A -->
<option label="1184">3</option> <!-- PROXY_SOCKS5 -->