summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-08-25 18:59:00 +0200
committerChristian Poessinger <christian@poessinger.com>2022-08-25 18:59:59 +0200
commitb7a8bb3981216ee29bb45ac5b9650b9ce9a16778 (patch)
tree6f50748f19a1dd979d75113edc07ad30cfbb919f
parent9726c2bcf07672c91d61dd9dcd48003dfc3d8354 (diff)
downloadvyos-1x-b7a8bb3981216ee29bb45ac5b9650b9ce9a16778.tar.gz
vyos-1x-b7a8bb3981216ee29bb45ac5b9650b9ce9a16778.zip
proxy: T4642: allow https proxy transports
(cherry picked from commit 73be77ec42d06a369974bfb1255839164f73c276)
-rw-r--r--interface-definitions/system-proxy.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-proxy.xml.in b/interface-definitions/system-proxy.xml.in
index 4e1094530..abd29ea22 100644
--- a/interface-definitions/system-proxy.xml.in
+++ b/interface-definitions/system-proxy.xml.in
@@ -11,7 +11,7 @@
<properties>
<help>Proxy URL</help>
<constraint>
- <regex>http:\/\/[a-z0-9-\.]+$</regex>
+ <regex>http(s)?:\/\/[a-z0-9-\.]+$</regex>
</constraint>
</properties>
</leafNode>