WebStyle: new config option CFG_SITE_SECRET_KEY
- Adds CFG_SITE_SECRET_KEY to set the Flask config variable SECRET_KEY on a per-site base. The variable should be used to e.g. protect against cross-site request forgery.
Reviewed-by: Jiri Kuncar <jiri.kuncar@cern.ch>