diff options
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/relay_options.adoc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc index 03d4e9a40..23c494af4 100644 --- a/doc/it/autogen/user/relay_options.adoc +++ b/doc/it/autogen/user/relay_options.adoc @@ -181,3 +181,9 @@ ** tipo: stringa ** valori: qualsiasi stringa ** valore predefinito: `+""+` + +* [[option_relay.weechat.commands]] *relay.weechat.commands* +** descrizione: pass:none[comma-separated list of commands allowed/denied when input data (text or command) is received from a client; "*" means any command, a name beginning with "!" is a negative value to prevent a command from being executed, wildcard "*" is allowed in names; by default all commands are allowed except /exec, /upgrade and /quit (which could lead to denial of service or remote code execution if the client is not trusted)] +** tipo: stringa +** valori: qualsiasi stringa +** valore predefinito: `+"*,!exec,!upgrade,!quit"+` |