Cleanup unnecessary CSRF tokens passed

This commit is contained in:
emanuele-f 2020-05-08 12:55:36 +02:00
parent 53e276e283
commit af842e4aa6
17 changed files with 7 additions and 36 deletions

View file

@ -22,5 +22,4 @@ if (isNoLoginUser()) then username = 'no_login' end
print(json.encode({
success = blog_utils.updatePostState(tonumber(blog_notification_id), username),
csrf = ntop.getRandomCSRFValue()
}))