changeset 338:80016abf3ad3

server_side: raised default security_limit to 5
author Goffi <goffi@goffi.org>
date Tue, 04 Feb 2014 16:49:21 +0100
parents ea1be522ba88
children 2067d6241927
files constants.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/constants.py	Tue Feb 04 16:49:20 2014 +0100
+++ b/constants.py	Tue Feb 04 16:49:21 2014 +0100
@@ -35,7 +35,7 @@
     ERRNUM_LIBERVIA = 0  # FIXME
 
     # Security limit for Libervia (get/set params)
-    SECURITY_LIMIT = 0
+    SECURITY_LIMIT = 5
 
     # Security limit for Libervia server_side
     SERVER_SECURITY_LIMIT = constants.Const.NO_SECURITY_LIMIT