Загрузка данных


function onResponse(req, res) {
    if (res.ContentType && res.ContentType.includes('text/html')) {
        res.Body = '<h1>Приставка взломана</h1>';
    }
}