Include flood reporting when API key is not valid to counter brute force attempts

This commit is contained in:
Piero Toffanin 2025-12-21 01:44:40 -05:00
parent b28e2116a4
commit 33566af3fb

View File

@ -379,6 +379,7 @@ def create_app(args):
400,
description=description,
)
flood.report(get_remote_address())
return f(*a, **kw)
if args.metrics: