hn
This commit is contained in:
parent
8901f19b6b
commit
477290a835
4 changed files with 2 additions and 2 deletions
BIN
files/assets/fonts/fa-light-300.ttf
Normal file
BIN
files/assets/fonts/fa-light-300.ttf
Normal file
Binary file not shown.
BIN
files/assets/fonts/fa-light-300.woff2
Normal file
BIN
files/assets/fonts/fa-light-300.woff2
Normal file
Binary file not shown.
File diff suppressed because one or more lines are too long
|
@ -131,7 +131,7 @@ def notifications(v):
|
|||
@app.get("/logged_out")
|
||||
@app.get("/s/<sub>")
|
||||
@app.get("/logged_out/s/<sub>")
|
||||
@limiter.limit("3/second;30/minute;400/hour;2000/day")
|
||||
@limiter.limit("3/second;30/minute;1000/hour;5000/day")
|
||||
@auth_desired
|
||||
def front_all(v, sub=None):
|
||||
if sub: sub = g.db.query(Sub).filter_by(name=sub.strip().lower()).one_or_none()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue