Skip to content

Commit

Permalink
T2405: Add regex for git and ssh protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
yunzheng committed Oct 15, 2023
1 parent 5fa1c42 commit 52a8f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion interface-definitions/system-config-mgmt.xml.in
Expand Up @@ -21,7 +21,8 @@
<description>Uniform Resource Identifier</description>
</valueHelp>
<constraint>
<regex>(http|https|ftp|ftps|sftp|ssh|scp|tftp|git|git\+(\w+)):\/\/.*</regex>
<validator name="url --file-transport"/>
<regex>(ssh|git|git\+(\w+)):\/\/.*</regex>
</constraint>
<multi/>
</properties>
Expand Down

0 comments on commit 52a8f54

Please sign in to comment.