diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-11-29 23:18:55 +0100 |
commit | 342261d35b7cb778d8b04ca5bcd6a274494e9205 (patch) | |
tree | 4ed7b75331b9656afd6ec953ed38cd2d5bc5678b /src/plugins/relay/relay-config.c | |
parent | 4712d0bb0653b4827ed699c4ac0493a68c531c1d (diff) | |
download | weechat-342261d35b7cb778d8b04ca5bcd6a274494e9205.zip |
core: use https for all links where secured http is supported
Diffstat (limited to 'src/plugins/relay/relay-config.c')
-rw-r--r-- | src/plugins/relay/relay-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/relay/relay-config.c b/src/plugins/relay/relay-config.c index e85e44454..31705bd22 100644 --- a/src/plugins/relay/relay-config.c +++ b/src/plugins/relay/relay-config.c @@ -934,7 +934,7 @@ relay_config_init () N_("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)\""), + "\"^https?://(www\\.)?example\\.(com|org)\""), NULL, 0, 0, "", NULL, 0, NULL, NULL, NULL, &relay_config_change_network_websocket_allowed_origins, NULL, NULL, |