summaryrefslogtreecommitdiff
path: root/src/plugins/relay
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-12-01 08:21:49 +0100
committerSébastien Helleu <flashcode@flashtux.org>2018-12-01 08:21:49 +0100
commit4034d07d5ae1bb7cf97a0e2c0a9a40a37c449d9c (patch)
tree05507f9aff0013b26b3a40e78582fd36013810c0 /src/plugins/relay
parent89f1f61458944fbffadbe33f9b89c8a762f56dd8 (diff)
downloadweechat-4034d07d5ae1bb7cf97a0e2c0a9a40a37c449d9c.zip
core: use https for links in comments
Diffstat (limited to 'src/plugins/relay')
-rw-r--r--src/plugins/relay/relay-websocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-websocket.c b/src/plugins/relay/relay-websocket.c
index 9f3f623f7..93bcb775b 100644
--- a/src/plugins/relay/relay-websocket.c
+++ b/src/plugins/relay/relay-websocket.c
@@ -113,7 +113,7 @@ relay_websocket_save_header (struct t_relay_client *client,
* Upgrade: websocket
* Connection: Upgrade
* Host: myhost:5000
- * Origin: http://example.org
+ * Origin: https://example.org
* Pragma: no-cache
* Cache-Control: no-cache
* Sec-WebSocket-Key: fo1J9uHSsrfDP3BkwUylzQ==