1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-24 19:49:22 +02:00
This commit is contained in:
Anton Titovets
2025-04-14 21:20:03 +03:00
5 changed files with 7125 additions and 7113 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -407,6 +407,10 @@ EndFunction
Function SplitURL(Val URL) Export
OPI_TypeConversion.GetLine(URL);
RestoreEscapeSequences(URL);
SecureConnection = Not StrStartsWith(URL, "http://");
URL = StrReplace(URL, "https://", "");

View File

@@ -407,6 +407,10 @@ EndFunction
Function SplitURL(Val URL) Export
OPI_TypeConversion.GetLine(URL);
RestoreEscapeSequences(URL);
SecureConnection = Not StrStartsWith(URL, "http://");
URL = StrReplace(URL, "https://", "");

View File

@@ -407,6 +407,10 @@
Функция РазбитьURL(Знач URL) Экспорт
OPI_ПреобразованиеТипов.ПолучитьСтроку(URL);
ВернутьУправляющиеПоследовательности(URL);
ЗащищенноеСоединение = Не СтрНачинаетсяС(URL, "http://");
URL = СтрЗаменить(URL, "https://", "");

View File

@@ -408,9 +408,9 @@
Функция РазбитьURL(Знач URL) Экспорт
OPI_ПреобразованиеТипов.ПолучитьСтроку(URL);
ВернутьУправляющиеПоследовательности(URL);
ЗащищенноеСоединение = Не СтрНачинаетсяС(URL, "http://");
URL = СтрЗаменить(URL, "https://", "");