diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-08-25 18:59:00 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-08-25 18:59:00 +0200 |
commit | 73be77ec42d06a369974bfb1255839164f73c276 (patch) | |
tree | 24e7a0bbf7f3bd29d1425a61d921fb0c7c6f9ea7 /interface-definitions | |
parent | cfde4b4986347d4b050b38c7dc50db9179894a81 (diff) | |
download | vyos-1x-73be77ec42d06a369974bfb1255839164f73c276.tar.gz vyos-1x-73be77ec42d06a369974bfb1255839164f73c276.zip |
proxy: T4642: allow https proxy transports
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-proxy.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-proxy.xml.in b/interface-definitions/system-proxy.xml.in index 4cb42901b..8fb6bfae5 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> |