NOSANDBOX is as dangerous as ADMIN command

This commit is contained in:
shortcutme 2018-03-06 12:09:39 +01:00
parent 982fb27f58
commit e87df8a57a
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -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, "")