aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/http/headers/strict-transport-security/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/http/headers/strict-transport-security/index.html')
-rw-r--r--files/ru/web/http/headers/strict-transport-security/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/http/headers/strict-transport-security/index.html b/files/ru/web/http/headers/strict-transport-security/index.html
index 4ade62c5dd..35835a88e8 100644
--- a/files/ru/web/http/headers/strict-transport-security/index.html
+++ b/files/ru/web/http/headers/strict-transport-security/index.html
@@ -23,7 +23,7 @@ original_slug: Web/HTTP/Заголовки/Strict-Transport-Security
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox notranslate">Strict-Transport-Security: max-age=&lt;expire-time&gt;
+<pre class="syntaxbox">Strict-Transport-Security: max-age=&lt;expire-time&gt;
Strict-Transport-Security: max-age=&lt;expire-time&gt;; includeSubDomains
Strict-Transport-Security: max-age=&lt;expire-time&gt;; preload
</pre>
@@ -74,7 +74,7 @@ Strict-Transport-Security: max-age=&lt;expire-time&gt;; preload
<p>Все текущие и будущие субдомены будут HTTPS по max-age на 1 год. Это блокирует доступ к страницам или субдоменам, которые могут быть доступны только по HTTP.</p>
-<pre class="notranslate">Strict-Transport-Security: max-age=31536000; includeSubDomains</pre>
+<pre>Strict-Transport-Security: max-age=31536000; includeSubDomains</pre>
<h2 id="Specifications">Specifications</h2>