mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
Fixes wrong traffic disaggregation renaming #6957
This commit is contained in:
parent
fb023f68c6
commit
1d2bd8de20
1 changed files with 1 additions and 0 deletions
|
|
@ -1422,6 +1422,7 @@ http_lint.validateListItems = validateListItems
|
|||
local known_parameters = {
|
||||
-- UNCHECKED (Potentially Dangerous)
|
||||
["custom_name"] = validateUnchecked, -- A custom interface/host name
|
||||
["old_name"] = validateUnchecked, -- Old custom interface/host name
|
||||
["custom_notes"] = validateUnchecked, -- Host custom notes
|
||||
["pool_name"] = validateUnchecked,
|
||||
["query"] = validateUnchecked, -- This field should be used to perform partial queries.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue