summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutil/vndb.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/vndb.pl b/util/vndb.pl
index 797f56ea..a9ca9f61 100755
--- a/util/vndb.pl
+++ b/util/vndb.pl
@@ -50,7 +50,7 @@ TUWF::set(
# for compatibility with YAWF
validate_templates => {
mail => { regex => qr/^[^@<>\s]+@[^@.<>\s]+(?:\.[^@.<>\s]+)+$/ },
- url => { regex => qr/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:\/~\+#]*[\w\-\@?^=%&\/~\+#])?$/ },
+ url => { regex => qr/^(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:\/~\+\*#]*[\w\-\@?^=%&\/~\+#\*])?$/ },
asciiprint => { regex => qr/^[\x20-\x7E]*$/ },
int => { regex => qr/^-?[0-9]+$/ },
pname => { regex => qr/^[a-z0-9-]*$/ },