Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Angel Docampo
burp-ui
Commits
d36be5e3
Commit
d36be5e3
authored
May 05, 2017
by
Benjamin "Ziirish" SANS
Browse files
fix: remove rate limit on some API endpoints
parent
7a5dc249
Changes
2
Hide whitespace changes
Inline
Side-by-side
burpui/api/async.py
View file @
d36be5e3
...
...
@@ -21,6 +21,7 @@ from ..server import BUIServer # noqa
from
..sessions
import
session_manager
from
..ext.async
import
celery
from
..ext.cache
import
cache
from
..ext.limit
import
limiter
from
..config
import
config
from
.._compat
import
PY3
from
..decorators
import
browser_cache
...
...
@@ -372,6 +373,7 @@ class AsyncRestoreStatus(Resource):
This resource is part of the :mod:`burpui.api.async` module.
"""
decorators
=
[
limiter
.
exempt
]
@
ns
.
doc
(
responses
=
{
200
:
'Success'
,
...
...
docker/demo/docker-burpui/assets/config/burp-ui/burpui.cfg
View file @
d36be5e3
...
...
@@ -57,7 +57,7 @@ celery = true
database = postgresql://burpui:burpui@demo-pg/burpuidb
# limit the API rate
limiter = true
ratio =
2
0/minute
ratio =
6
0/minute
[Security]
## This section contains some security options. Make sure you understand the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment