From 29e921557ec6d275b41cc5e8b729037aa84768b9 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Tue, 2 Jan 2024 20:44:24 -0600 Subject: Keep hacking --- conf/clog.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/clog.conf b/conf/clog.conf index c45e48d..fdec6ff 100644 --- a/conf/clog.conf +++ b/conf/clog.conf @@ -18,7 +18,6 @@ privsep worker { seccomp_tracing no validator v_uuid regex ^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$ -validator v_number regex ^[0-9]*$ validator v_text function v_example_func domain * { @@ -67,7 +66,7 @@ domain * { methods post validate post id v_uuid - validate post title v_number + validate post title v_text validate post body v_text } -- cgit v1.2.3