From 227779ecf2052fbc0ff50e997d06738061b15d80 Mon Sep 17 00:00:00 2001 From: "Arthur K." Date: Fri, 19 Dec 2025 17:22:07 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B7=D0=B0:=20=D1=81=D0=BE=D0=BE?= =?UTF-8?q?=D0=B1=D1=89=D0=B8=D1=82=D0=B5,=20=D1=87=D1=82=D0=BE=20=D1=82?= =?UTF-8?q?=D0=B0=D0=BC=D0=BE=D0=B6=D0=B5=D0=BD=D0=BD=D1=8B=D0=B9=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2=D0=B0=D1=82=D0=B5=D0=BB?= =?UTF-8?q?=D1=8C=D1=81=D0=BA=D0=B8=D0=B9=20=D0=B0=D0=B3=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=20=D0=BE=D0=B1=D1=85=D0=BE=D0=B4=D0=B8=D1=82=20=D0=90=D0=BD?= =?UTF-8?q?=D1=83=D0=B1=D0=B8=D1=81=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- proxy/main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/proxy/main.go b/proxy/main.go index 51f9d5a..8a05bbf 100644 --- a/proxy/main.go +++ b/proxy/main.go @@ -23,6 +23,7 @@ func main() { // We only support gzip decoding r.Out.Header.Set("Accept-Encoding", "gzip") + r.Out.Header.Set("User-Agent", "ядро.орг/1.0") }, ModifyResponse: func(r *http.Response) error { // Disable security policy because of the domain restrictions.