comparison constants.py @ 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 bbadd490e63c
children ce5b33f499c5
comparison
equal deleted inserted replaced
337:ea1be522ba88 338:80016abf3ad3
33 33
34 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME 34 ERRNUM_BRIDGE_ERRBACK = 0 # FIXME
35 ERRNUM_LIBERVIA = 0 # FIXME 35 ERRNUM_LIBERVIA = 0 # FIXME
36 36
37 # Security limit for Libervia (get/set params) 37 # Security limit for Libervia (get/set params)
38 SECURITY_LIMIT = 0 38 SECURITY_LIMIT = 5
39 39
40 # Security limit for Libervia server_side 40 # Security limit for Libervia server_side
41 SERVER_SECURITY_LIMIT = constants.Const.NO_SECURITY_LIMIT 41 SERVER_SECURITY_LIMIT = constants.Const.NO_SECURITY_LIMIT
42 42
43 # Frontend parameters 43 # Frontend parameters