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/pl/autogen/user | |
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/pl/autogen/user')
-rw-r--r-- | doc/pl/autogen/user/script_options.adoc | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/doc/pl/autogen/user/script_options.adoc b/doc/pl/autogen/user/script_options.adoc index bb85e1089..5e732e262 100644 --- a/doc/pl/autogen/user/script_options.adoc +++ b/doc/pl/autogen/user/script_options.adoc @@ -237,13 +237,7 @@ ** domyślna wartość: `+"%h/script"+` * [[option_script.scripts.url]] *script.scripts.url* -** opis: pass:none[adres pliku z listą skryptów; domyśłnie wymuszany jest protokół HTTPS, zobacz opcje script.scripts.url_force_https] +** opis: pass:none[URL for file with list of scripts] ** typ: ciąg ** wartości: dowolny ciąg -** domyślna wartość: `+"http://weechat.org/files/plugins.xml.gz"+` - -* [[option_script.scripts.url_force_https]] *script.scripts.url_force_https* -** opis: pass:none[wymusza użycie HTTPS do pobierania (listy i skryptów); powinieneś wyłączyć tą opcję tylko jeśli występują problemy z pobieraniem] -** typ: bool -** wartości: on, off -** domyślna wartość: `+on+` +** domyślna wartość: `+"https://weechat.org/files/plugins.xml.gz"+` |