mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
parent
d296210aa6
commit
19edceec4c
5 changed files with 37 additions and 28 deletions
|
|
@ -1240,6 +1240,16 @@ local known_parameters = {
|
|||
["confset_name"] = validateUnquoted,
|
||||
["confset_targets"] = validateEmptyOr(validateListOfTypeInline(validateUnquoted)),
|
||||
|
||||
-- NOTIFICATIONS ENDPOINT
|
||||
["recipient_name"] = validateUnquoted,
|
||||
["endpoint_conf_name"] = validateUnquoted,
|
||||
["endpoint_conf_type"] = validateUnquoted,
|
||||
["smtp_server_name"] = validateUnquoted,
|
||||
["sender"] = validateUnquoted,
|
||||
["cc"] = validateUnquoted,
|
||||
["to"] = validateUnquoted,
|
||||
|
||||
|
||||
-- OTHER
|
||||
["_"] = validateEmptyOr(validateNumber), -- jQuery nonce in ajax requests used to prevent browser caching
|
||||
["__"] = validateUnquoted, -- see LDAP prefs page
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue