mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-21 06:45:24 -06:00
revert force_acl check
This commit is contained in:
parent
f9c90a7c3d
commit
ea374141db
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ api = Api(
|
|||
description='Burp-UI API to interact with burp',
|
||||
version=__version__,
|
||||
doc='/doc',
|
||||
decorators=[api_login_required, check_acl]
|
||||
decorators=[api_login_required]
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue