1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-01-04 03:48:40 +02:00

Update Module.bsl

This commit is contained in:
Anton 2024-04-20 18:00:54 +03:00
parent 164e5109b4
commit 80b44f96a3

View File

@ -146,7 +146,7 @@
Возврат;
КонецЕсли;
GZip = "gzip";
GZip = "gzip";
НужнаРаспаковка =
Ответ.Заголовки.Получить("Content-Encoding") = GZip
Или Ответ.Заголовки.Получить("content-encoding") = GZip;
@ -343,6 +343,7 @@
СоответствиеСимволов = Новый Соответствие;
Если Разметка = "HTML" Тогда
СоответствиеСимволов.Вставить("&", "&");
ИначеЕсли Разметка = "MarkdownV2" Тогда