• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/controller/token.php
  • Класс: BitrixPullControllerToken
  • Вызов: Token::configureActions
public function configureActions()
{
	$result = parent::configureActions();
	$result['remove'] = array(
		'-prefilters' => array(
			EngineActionFilterCsrf::class,
			EngineActionFilterAuthentication::class,
		)
	);
	return $result;
}