From 900fa495f805ffdfb164363553bd98c8f1f48159 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Fri, 29 Aug 2003 07:23:14 +0000 Subject: [PATCH] Changed default on allowEval to False, for safety reasons. --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf.py b/src/conf.py index a6bcfbf8e..a1b4eafcf 100644 --- a/src/conf.py +++ b/src/conf.py @@ -82,7 +82,7 @@ throttleTime = 1.0 # allowEval: True if the owner (and only the owner) should be able to eval # arbitrary Python code. ### -allowEval = True +allowEval = False ### # defaultCapabilities: Capabilities allowed to everyone by default. You almost