Flask - Security Best Practices
What will be the effect of this Flask-Limiter configuration?
on all routes without specific limits?
limiter = Limiter(app, key_func=get_remote_address, default_limits=['10 per hour'])
on all routes without specific limits?
