parent
3967d6a0c4
commit
e1821c3a8e
|
@ -18,5 +18,5 @@ app.register_blueprint(devices)
|
||||||
# NOTE: enable by blueprint to exclude API views
|
# NOTE: enable by blueprint to exclude API views
|
||||||
# TODO(@slamora: enable by default & exclude API views when decouple of Teal is completed
|
# TODO(@slamora: enable by default & exclude API views when decouple of Teal is completed
|
||||||
csrf = CSRFProtect(app)
|
csrf = CSRFProtect(app)
|
||||||
csrf.protect(core)
|
# csrf.protect(core)
|
||||||
csrf.protect(devices)
|
# csrf.protect(devices)
|
||||||
|
|
Reference in New Issue