This commit is contained in:
Aevann1 2022-02-01 01:55:11 +02:00
parent bc4939c213
commit 49a24ce593
7 changed files with 28 additions and 31 deletions

View file

@ -751,7 +751,7 @@ def settings_profilecss(v):
return render_template("settings_profilecss.html", v=v)
@app.post("/settings/block")
@limiter.limit("1/second;30/minute;200/hour;1000/day")
@limiter.limit("1/second;10/day")
@auth_required
def settings_block_user(v):