summaryrefslogtreecommitdiff
path: root/doc/it/autogen/user
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-11-29 23:18:55 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-11-29 23:18:55 +0100
commit342261d35b7cb778d8b04ca5bcd6a274494e9205 (patch)
tree4ed7b75331b9656afd6ec953ed38cd2d5bc5678b /doc/it/autogen/user
parent4712d0bb0653b4827ed699c4ac0493a68c531c1d (diff)
downloadweechat-342261d35b7cb778d8b04ca5bcd6a274494e9205.zip
core: use https for all links where secured http is supported
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r--doc/it/autogen/user/exec_commands.adoc2
-rw-r--r--doc/it/autogen/user/relay_options.adoc2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/exec_commands.adoc b/doc/it/autogen/user/exec_commands.adoc
index 3923258ad..d36def7eb 100644
--- a/doc/it/autogen/user/exec_commands.adoc
+++ b/doc/it/autogen/user/exec_commands.adoc
@@ -67,7 +67,7 @@ Default options can be set in the option exec.command.default_options.
Examples:
/exec -n ls -l /tmp
/exec -sh -n ps xu | grep weechat
- /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx
+ /exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx
/exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html
/exec -o uptime
/exec -pipe "/print Machine uptime:" uptime
diff --git a/doc/it/autogen/user/relay_options.adoc b/doc/it/autogen/user/relay_options.adoc
index f10264043..03d4e9a40 100644
--- a/doc/it/autogen/user/relay_options.adoc
+++ b/doc/it/autogen/user/relay_options.adoc
@@ -177,7 +177,7 @@
** valore predefinito: `+0+`
* [[option_relay.network.websocket_allowed_origins]] *relay.network.websocket_allowed_origins*
-** descrizione: pass:none[POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^http://(www\.)?example\.(com|org)"]
+** descrizione: pass:none[POSIX extended regular expression with origins allowed in websockets (case insensitive, use "(?-i)" at beginning to make it case sensitive), example: "^https?://(www\.)?example\.(com|org)"]
** tipo: stringa
** valori: qualsiasi stringa
** valore predefinito: `+""+`