summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--www/temp.causal.agency/up.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/temp.causal.agency/up.c b/www/temp.causal.agency/up.c
index 75836015..ba6c2bcd 100644
--- a/www/temp.causal.agency/up.c
+++ b/www/temp.causal.agency/up.c
@@ -169,6 +169,7 @@ int main(void) {
 		struct kreq req;
 		enum kcgi_err error = khttp_parse(&req, &Key, 1, &page, 1, 0);
 		if (error) errx(EX_PROTOCOL, "khttp_parse: %s", kcgi_strerror(error));
+		sandbox();
 		error = handle(&req);
 		if (error) errx(EX_PROTOCOL, "%s", kcgi_strerror(error));
 		khttp_free(&req);