diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-11-09 15:06:33 -0600 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-01 05:42:22 +0000 |
commit | 3e7575594016c28084cc6c89b0c483f78e5a7b4a (patch) | |
tree | e679f4251c5acc84881f1e8a979ef4de4ff3e8ad /interface-definitions/system-update-check.xml.in | |
parent | 652e235894aeae46765ea9fbbe2208578aaa7a8c (diff) | |
download | vyos-1x-3e7575594016c28084cc6c89b0c483f78e5a7b4a.tar.gz vyos-1x-3e7575594016c28084cc6c89b0c483f78e5a7b4a.zip |
T5727: Use native URL validator instead of regex-based validator
Replace regex-based URL validator with native validator from vyos-utils.
Also, move `include/url.xml.i` to `include/url-http-https.xml.i` to
reflect the fact that it is used only for HTTP(S) URLs.
(cherry picked from commit 64322b19d6968195a6dc7c82e7e22126072377f5)
Diffstat (limited to 'interface-definitions/system-update-check.xml.in')
-rw-r--r-- | interface-definitions/system-update-check.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/system-update-check.xml.in b/interface-definitions/system-update-check.xml.in index e4d7041ec..a7d754003 100644 --- a/interface-definitions/system-update-check.xml.in +++ b/interface-definitions/system-update-check.xml.in @@ -14,7 +14,7 @@ <valueless/> </properties> </leafNode> - #include <include/url.xml.i> + #include <include/url-http-https.xml.i> </children> </node> </children> |