comparison src/server/constants.py @ 605:917e271975d9 frontends_multi_profiles

server + browser side: implementation of new getEntitiesData bridge method + added a security check: only a white list of entities can be gotten
author Goffi <goffi@goffi.org>
date Mon, 09 Feb 2015 21:46:15 +0100
parents db1b330c1eb1
children 9877607c719a
comparison
equal deleted inserted replaced
600:32dbbc941123 605:917e271975d9
42 # Security limit for Libervia (get/set params) 42 # Security limit for Libervia (get/set params)
43 SECURITY_LIMIT = 5 43 SECURITY_LIMIT = 5
44 44
45 # Security limit for Libervia server_side 45 # Security limit for Libervia server_side
46 SERVER_SECURITY_LIMIT = constants.Const.NO_SECURITY_LIMIT 46 SERVER_SECURITY_LIMIT = constants.Const.NO_SECURITY_LIMIT
47
48 # keys for cache values we can get from browser
49 ALLOWED_ENTITY_DATA = {'avatar', 'nick'}