mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
remove ~ from forbidden characters in git URLs
This commit is contained in:
parent
96b3e269c5
commit
c0ffda37f2
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ValidGitRepositoryUrl implements ValidationRule
|
|||
$dangerousChars = [
|
||||
';', '|', '&', '$', '`', '(', ')', '{', '}',
|
||||
'[', ']', '<', '>', '\n', '\r', '\0', '"', "'",
|
||||
'\\', '!', '?', '*', '~', '^', '%', '=', '+',
|
||||
'\\', '!', '?', '*', '^', '%', '=', '+',
|
||||
'#', // Comment character that could hide commands
|
||||
];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue