• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/classes/general/rest_util.php
  • Класс: CRestUtil
  • Вызов: CRestUtil::sendHeaders
static function sendHeaders()
{
	Header('Access-Control-Allow-Origin: *');
	Header('Access-Control-Allow-Headers: origin, content-type, accept');
	Header('X-Content-Type-Options: nosniff');
}