mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Cleanup unnecessary CSRF tokens passed
This commit is contained in:
parent
53e276e283
commit
af842e4aa6
17 changed files with 7 additions and 36 deletions
|
|
@ -18,6 +18,6 @@ local upgrade_request_key = "ntopng.updates.run_upgrade"
|
|||
|
||||
ntop.setCache(upgrade_request_key, "1", 600)
|
||||
|
||||
res = { csrf = ntop.getRandomCSRFValue() }
|
||||
res = { }
|
||||
|
||||
print(json.encode(res, nil, 1))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue