• Модуль: disk
  • Путь к файлу: ~/bitrix/modules/disk/lib/document/onlyoffice/cloud/basesender.php
  • Класс: BitrixDiskDocumentOnlyOfficeCloudBaseSender
  • Вызов: BaseSender::refineServiceUrl
protected function refineServiceUrl(string $serviceUrl): string
{
	if (strpos($serviceUrl, 'http://') !== 0 && strpos($serviceUrl, 'https://') !== 0)
	{
		return "https://{$serviceUrl}";
	}

	return $serviceUrl;
}