• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/controller/widget/history.php
  • Класс: BitrixImOpenLinesControllerWidgetHistory
  • Вызов: History::getDefaultPreFilters
protected function getDefaultPreFilters(): array
{
	return [
		new FilterAuthorization(),
		new ActionFilterHttpMethod(['POST', 'OPTIONS']),
		new FilterPreflightCors(),
	];
}