NOSANDBOX is as dangerous as ADMIN command
This commit is contained in:
parent
982fb27f58
commit
e87df8a57a
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ class UiWebsocket(object):
|
|||
if permission == "ADMIN":
|
||||
self.response(to, _["Modify your client's configuration and access all site"] + " <span style='color: red'>" + _["(Dangerous!)"] + "</span>")
|
||||
elif permission == "NOSANDBOX":
|
||||
self.response(to, _["Full access to site data, cookie and local storage of all site."])
|
||||
self.response(to, _["Modify your client's configuration and access all site"] + " <span style='color: red'>" + _["(Dangerous!)"] + "</span>")
|
||||
else:
|
||||
self.response(to, "")
|
||||
|
||||
|
|
Loading…
Reference in a new issue