gf4
This commit is contained in:
parent
bc4939c213
commit
49a24ce593
7 changed files with 28 additions and 31 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue