blockcheck: fix suspicious redirection with URI

This commit is contained in:
bol-van
2026-01-16 12:46:08 +03:00
parent 6ac51a4300
commit 6ca597c89c
2 changed files with 24 additions and 19 deletions

View File

@@ -109,6 +109,10 @@ split_by_separator()
[ -n "$3" ] && eval $3="\$before"
[ -n "$4" ] && eval $4="\$after"
}
tolower()
{
echo "$@" | tr 'A-Z' 'a-z'
}
dir_is_not_empty()
{