mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +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
|
|
@ -1395,7 +1395,6 @@ function printBlockFlowJs()
|
|||
success: function(content) {
|
||||
var data = jQuery.parseJSON(content);
|
||||
var row_id = flow_key + "_" + flow_hash_id;
|
||||
block_flow_csrf = data.csrf;
|
||||
if (data.status == "BLOCKED") {
|
||||
$('#'+row_id+'_info').find('.block-badge')
|
||||
.removeClass('badge-secondary')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue