WebStyle: option to disable loading of blueprints
- Add new config option CFG_FLASK_DISABLED_BLUEPRINTS which takes a comma-separated list of blueprint modules which should be disabled (i.e. not registered with the Flask application).
Reviewed-by: Jiri Kuncar <jiri.kuncar@cern.ch>