diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-09 17:51:40 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-03-09 17:54:06 +0100 |
commit | dd44c1db16d0ec9359f6403337bbff59f98a389b (patch) | |
tree | 7d66cd5858cfedab82f69d5fbc2adee8fdd683cf /po/es.po | |
parent | 2f5aa3b5097db7a0c475ab73e487a2af30a59b99 (diff) | |
download | weechat-dd44c1db16d0ec9359f6403337bbff59f98a389b.zip |
relay: add extra forbidden commands in weechat protocol (issue #928)
Commands were already forbidden (option relay.weechat.commands):
- /exec
- /upgrade
- /quit
These extra commands are now forbidden by default:
- /fset
- /set
- /unset
- /plugin
- /script
- /python
- /perl
- /ruby
- /lua
- /tcl
- /guile
- /javascript
- /php
- /secure
Diffstat (limited to 'po/es.po')
-rw-r--r-- | po/es.po | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-02-28 20:53+0100\n" +"POT-Creation-Date: 2019-03-09 17:49+0100\n" "PO-Revision-Date: 2019-02-28 20:53+0100\n" "Last-Translator: Elián Hanisch <lambdae2@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -11221,9 +11221,9 @@ msgid "" "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)" +"executed, wildcard \"*\" is allowed in names; by default some commands are " +"not allowed (they could lead to denial of service or remote code execution " +"if the client is not trusted)" msgstr "" #, fuzzy |