diff options
author | Wim <wim@42.be> | 2017-07-04 01:34:02 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-07-04 01:35:30 +0200 |
commit | 2338c69d402ad3779f4e2a2f38ac800ceca656b9 (patch) | |
tree | 9d3d5faf5ab5cba0c1f02a3ca940d87f7367155a /matterbridge.toml.sample | |
parent | c714501a0e79f96d69f34b5584e3ce0a25efd54b (diff) | |
download | matterbridge-msglm-2338c69d402ad3779f4e2a2f38ac800ceca656b9.tar.gz matterbridge-msglm-2338c69d402ad3779f4e2a2f38ac800ceca656b9.tar.bz2 matterbridge-msglm-2338c69d402ad3779f4e2a2f38ac800ceca656b9.zip |
Add UseInsecureURL option (telegram)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index c725b141..dac68da8 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -503,6 +503,12 @@ MessageFormat="" #OPTIONAL (default false) UseFirstName=false +#WARNING! If enabled this will relay GIF/stickers/documents and other attachments as URLs +#Those URLs will contain your bot-token. This may not be what you want. +#For now there is no secure way to relay GIF/stickers/documents without seeing your token. +#OPTIONAL (default false) +UseInsecureURL=false + #Disable sending of edits to other bridges #OPTIONAL (default false) EditDisable=false |