diff options
Diffstat (limited to 'doc/en/autogen/user')
-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"+` |