aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/methods/connect/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/http/methods/connect/index.html')
-rw-r--r--files/ru/web/http/methods/connect/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html
index 65ab7c1889..c38ecb940d 100644
--- a/files/ru/web/http/methods/connect/index.html
+++ b/files/ru/web/http/methods/connect/index.html
@@ -42,14 +42,14 @@ translation_of: Web/HTTP/Methods/CONNECT
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox notranslate">CONNECT www.example.com:443 HTTP/1.1
+<pre class="syntaxbox">CONNECT www.example.com:443 HTTP/1.1
</pre>
<h2 id="Пример">Пример</h2>
<p>Некоторые прокси сервера могут запросить авторизацию для создания туннеля. Смотрите также {{HTTPHeader("Proxy-Authorization")}}.</p>
-<pre class="line-numbers language-html notranslate">CONNECT server.example.com:80 HTTP/1.1
+<pre class="line-numbers language-html">CONNECT server.example.com:80 HTTP/1.1
Host: server.example.com:80
Proxy-Authorization: basic aGVsbG86d29ybGQ=</pre>