mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-03 01:39:23 +01:00
Changed default on allowEval to False, for safety reasons.
This commit is contained in:
parent
89a0d12cce
commit
900fa495f8
@ -82,7 +82,7 @@ throttleTime = 1.0
|
|||||||
# allowEval: True if the owner (and only the owner) should be able to eval
|
# allowEval: True if the owner (and only the owner) should be able to eval
|
||||||
# arbitrary Python code.
|
# arbitrary Python code.
|
||||||
###
|
###
|
||||||
allowEval = True
|
allowEval = False
|
||||||
|
|
||||||
###
|
###
|
||||||
# defaultCapabilities: Capabilities allowed to everyone by default. You almost
|
# defaultCapabilities: Capabilities allowed to everyone by default. You almost
|
||||||
|
Loading…
Reference in New Issue
Block a user