increase ratelimit on /csp_violations

pull/110/head
Aevann 2023-02-02 21:33:52 +02:00
parent 38fe32703e
commit 9d244af7f5
1 changed files with 1 additions and 1 deletions

View File

@ -357,7 +357,7 @@ def donate(v):
# @app.post('/csp_violations')
# @limiter.limit("10/minute;50/day")
# @limiter.limit("5/minute;10/day")
# def csp_violations():
# content = request.get_json(force=True)['csp-report']
# if content.get('source-file').startswith(SITE_FULL):