mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Allwo empty redirection url
This commit is contained in:
parent
d9de8a851a
commit
3cf548123d
2 changed files with 2 additions and 2 deletions
|
|
@ -817,7 +817,7 @@ local known_parameters = {
|
|||
["safe_search_dns"] = validateIPV4,
|
||||
["global_dns"] = validateEmptyOr(validateIPV4),
|
||||
["secondary_dns"] = validateEmptyOr(validateIPV4),
|
||||
["redirection_url"] = validateSingleWord,
|
||||
["redirection_url"] = validateEmptyOr(validateSingleWord),
|
||||
|
||||
-- Multiple Choice
|
||||
["multiple_flow_collection"] = validateChoiceInline({"none","probe_ip","ingress_iface_idx"}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue