diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-15 18:28:34 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-11-15 18:28:34 +0100 |
commit | 786999b4a30c9e83bef21e94f30a8439c2fe646f (patch) | |
tree | 9863d7e219fd2825f4fe5f4ce4d25f3455c012e0 /doc/ja/autogen/user | |
parent | bc3c81ee4f467ba4a3feb7884dae112b0f23532e (diff) | |
download | weechat-786999b4a30c9e83bef21e94f30a8439c2fe646f.zip |
script: add option script.scripts.url_force_https (closes #253)
Diffstat (limited to 'doc/ja/autogen/user')
-rw-r--r-- | doc/ja/autogen/user/script_options.asciidoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ja/autogen/user/script_options.asciidoc b/doc/ja/autogen/user/script_options.asciidoc index 3a6c9d742..d11adbfac 100644 --- a/doc/ja/autogen/user/script_options.asciidoc +++ b/doc/ja/autogen/user/script_options.asciidoc @@ -193,3 +193,8 @@ ** タイプ: 文字列 ** 値: 未制約文字列 (デフォルト値: `"http://weechat.org/files/plugins.xml.gz"`) +* [[option_script.scripts.url_force_https]] *script.scripts.url_force_https* +** 説明: `force use of HTTPS for downloads (index and scripts); you should disable this option only if you have problems with the downloads` +** タイプ: ブール +** 値: on, off (デフォルト値: `on`) + |