summaryrefslogtreecommitdiff
path: root/doc/ja/autogen/user/script_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-04-23 14:11:27 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-04-23 14:11:27 +0200
commit2606b8a5a327a8c33924a87f3a39f9fe61a494c3 (patch)
tree00d14a9d5ac319594839cf68432a4c42ae8981f2 /doc/ja/autogen/user/script_options.adoc
parentffdf0ec6875e828cb8b1777b55617f9d77731793 (diff)
downloadweechat-2606b8a5a327a8c33924a87f3a39f9fe61a494c3.zip
script: remove option script.scripts.url_force_https, use HTTPS by default in option script.scripts.url (issue #253)
Diffstat (limited to 'doc/ja/autogen/user/script_options.adoc')
-rw-r--r--doc/ja/autogen/user/script_options.adoc10
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/ja/autogen/user/script_options.adoc b/doc/ja/autogen/user/script_options.adoc
index ec6482313..744c69906 100644
--- a/doc/ja/autogen/user/script_options.adoc
+++ b/doc/ja/autogen/user/script_options.adoc
@@ -237,13 +237,7 @@
** デフォルト値: `+"%h/script"+`
* [[option_script.scripts.url]] *script.scripts.url*
-** 説明: pass:none[スクリプトのリストを含むファイルの URL; デフォルトは強制的に HTTPS を使用、オプション script.scripts.url_force_https を参照]
+** 説明: pass:none[URL for file with list of scripts]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+"http://weechat.org/files/plugins.xml.gz"+`
-
-* [[option_script.scripts.url_force_https]] *script.scripts.url_force_https*
-** 説明: pass:none[ダウンロード (インデックスおよびスクリプト) の際に HTTPS を使うことを強制する; ダウンロードに問題がある場合のみこのオプションを無効化してください]
-** タイプ: ブール
-** 値: on, off
-** デフォルト値: `+on+`
+** デフォルト値: `+"https://weechat.org/files/plugins.xml.gz"+`