# HG changeset patch # User Goffi # Date 1391528961 -3600 # Node ID 80016abf3ad314d41ce0ddc42be74b321942ef49 # Parent ea1be522ba885ea3d8775800201f2c3dae30c873 server_side: raised default security_limit to 5 diff -r ea1be522ba88 -r 80016abf3ad3 constants.py --- 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