diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-23 14:11:27 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-04-23 14:11:27 +0200 |
commit | 2606b8a5a327a8c33924a87f3a39f9fe61a494c3 (patch) | |
tree | 00d14a9d5ac319594839cf68432a4c42ae8981f2 /doc/en/autogen/user/script_options.adoc | |
parent | ffdf0ec6875e828cb8b1777b55617f9d77731793 (diff) | |
download | weechat-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/en/autogen/user/script_options.adoc')
-rw-r--r-- | doc/en/autogen/user/script_options.adoc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/en/autogen/user/script_options.adoc b/doc/en/autogen/user/script_options.adoc index 122b9768f..ce23b0272 100644 --- a/doc/en/autogen/user/script_options.adoc +++ b/doc/en/autogen/user/script_options.adoc @@ -237,13 +237,7 @@ ** default value: `+"%h/script"+` * [[option_script.scripts.url]] *script.scripts.url* -** description: pass:none[URL for file with list of scripts; by default HTTPS is forced, see option script.scripts.url_force_https] +** description: pass:none[URL for file with list of scripts] ** type: string ** values: any string -** default value: `+"http://weechat.org/files/plugins.xml.gz"+` - -* [[option_script.scripts.url_force_https]] *script.scripts.url_force_https* -** description: pass:none[force use of HTTPS for downloads (index and scripts); you should disable this option only if you have problems with the downloads] -** type: boolean -** values: on, off -** default value: `+on+` +** default value: `+"https://weechat.org/files/plugins.xml.gz"+` |