Add UseInsecureURL option (telegram)

This commit is contained in:
Wim
2017-07-04 01:34:02 +02:00
parent c714501a0e
commit 2338c69d40
3 changed files with 11 additions and 4 deletions

View File

@@ -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