mirror of
https://github.com/bol-van/zapret.git
synced 2026-03-08 06:15:26 +00:00
blockcheck: fix suspicious redirection with URI
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user