From fe6cfe4e918907d7d9ecd83fec4528092138b00e Mon Sep 17 00:00:00 2001 From: Sasha Sushko Date: Mon, 31 May 2021 19:26:15 +0300 Subject: RU: Remove hidden paragraphs about Browser Compatibility (#1062) * Remove Browser Compatibility hidden paragraphs via automation * Remove Browser Compatibility hidden paragraphs manually * Remove Browser Compatibility hidden paragraphs in "not sure" cases --- files/ru/web/http/cors/index.html | 3 --- files/ru/web/http/csp/index.html | 3 --- files/ru/web/http/headers/accept-charset/index.html | 3 --- files/ru/web/http/headers/accept-language/index.html | 3 --- files/ru/web/http/headers/accept-ranges/index.html | 3 --- files/ru/web/http/headers/accept/index.html | 3 --- files/ru/web/http/headers/access-control-allow-headers/index.html | 3 --- files/ru/web/http/headers/access-control-allow-methods/index.html | 3 --- files/ru/web/http/headers/access-control-allow-origin/index.html | 3 --- files/ru/web/http/headers/access-control-max-age/index.html | 3 --- files/ru/web/http/headers/cache-control/index.html | 3 --- files/ru/web/http/headers/connection/index.html | 3 --- files/ru/web/http/headers/content-disposition/index.html | 3 --- files/ru/web/http/headers/content-encoding/index.html | 3 --- files/ru/web/http/headers/content-language/index.html | 3 --- files/ru/web/http/headers/content-length/index.html | 3 --- files/ru/web/http/headers/content-type/index.html | 3 --- files/ru/web/http/headers/date/index.html | 3 --- files/ru/web/http/headers/dnt/index.html | 3 --- files/ru/web/http/headers/etag/index.html | 3 --- files/ru/web/http/headers/expires/index.html | 3 --- files/ru/web/http/headers/host/index.html | 3 --- files/ru/web/http/headers/if-match/index.html | 3 --- files/ru/web/http/headers/if-modified-since/index.html | 3 --- files/ru/web/http/headers/if-unmodified-since/index.html | 3 --- files/ru/web/http/headers/last-modified/index.html | 3 --- files/ru/web/http/headers/origin/index.html | 3 --- files/ru/web/http/headers/pragma/index.html | 2 -- files/ru/web/http/headers/range/index.html | 3 --- files/ru/web/http/headers/referer/index.html | 3 --- files/ru/web/http/headers/retry-after/index.html | 3 --- files/ru/web/http/headers/set-cookie/index.html | 2 -- files/ru/web/http/headers/strict-transport-security/index.html | 3 --- files/ru/web/http/headers/vary/index.html | 3 --- files/ru/web/http/headers/x-xss-protection/index.html | 3 --- files/ru/web/http/methods/connect/index.html | 2 -- files/ru/web/http/methods/delete/index.html | 3 --- files/ru/web/http/methods/get/index.html | 3 --- files/ru/web/http/methods/head/index.html | 3 --- files/ru/web/http/methods/index.html | 2 -- files/ru/web/http/methods/options/index.html | 3 --- files/ru/web/http/methods/post/index.html | 3 --- files/ru/web/http/methods/put/index.html | 3 --- files/ru/web/http/methods/trace/index.html | 3 --- files/ru/web/http/status/100/index.html | 2 -- files/ru/web/http/status/103/index.html | 2 -- files/ru/web/http/status/200/index.html | 3 --- files/ru/web/http/status/201/index.html | 3 --- files/ru/web/http/status/204/index.html | 3 --- files/ru/web/http/status/206/index.html | 3 --- files/ru/web/http/status/301/index.html | 3 --- files/ru/web/http/status/302/index.html | 3 --- files/ru/web/http/status/303/index.html | 3 --- files/ru/web/http/status/304/index.html | 3 --- files/ru/web/http/status/307/index.html | 3 --- files/ru/web/http/status/308/index.html | 3 --- files/ru/web/http/status/401/index.html | 3 --- files/ru/web/http/status/403/index.html | 3 --- files/ru/web/http/status/404/index.html | 3 --- files/ru/web/http/status/406/index.html | 4 ---- files/ru/web/http/status/407/index.html | 3 --- files/ru/web/http/status/410/index.html | 3 --- files/ru/web/http/status/412/index.html | 3 --- files/ru/web/http/status/416/index.html | 3 --- files/ru/web/http/status/418/index.html | 3 --- files/ru/web/http/status/425/index.html | 3 --- files/ru/web/http/status/451/index.html | 3 --- files/ru/web/http/status/500/index.html | 3 --- files/ru/web/http/status/501/index.html | 3 --- files/ru/web/http/status/502/index.html | 2 -- files/ru/web/http/status/503/index.html | 3 --- files/ru/web/http/status/504/index.html | 3 --- 72 files changed, 210 deletions(-) (limited to 'files/ru/web/http') diff --git a/files/ru/web/http/cors/index.html b/files/ru/web/http/cors/index.html index 36fb6b47f4..cf7b2a519d 100644 --- a/files/ru/web/http/cors/index.html +++ b/files/ru/web/http/cors/index.html @@ -510,9 +510,6 @@ Content-Type: text/plain

Browser compatibility

- - -

{{Compat("http.headers.Access-Control-Allow-Origin")}}

Compatibility notes

diff --git a/files/ru/web/http/csp/index.html b/files/ru/web/http/csp/index.html index 15b073e60d..3598af01de 100644 --- a/files/ru/web/http/csp/index.html +++ b/files/ru/web/http/csp/index.html @@ -174,9 +174,6 @@ translation_of: Web/HTTP/CSP

Как видите, отчёт включает полный путь к ресурсу нарушающему политику в blocked-uri. Правда, это не всегда так. К примеру, когда signup.html попытается загрузить CSS с http://anothercdn.example.com/stylesheet.css, браузер не будет включать полный путь, а ограничится лишь доменом (http://anothercdn.example.com). Спецификация CSP поясняет это странное поведение. В целом, это делается для предотвращения утечек чувствительной информации о перекрёстных ресурсах

Совместимость с браузерами

- - -

{{Compat("http.headers.csp")}}

Для некоторых версий Safari существует специфическая несовместимость реализации CSP. Если установить заголовок Content Security Policy без заголовка Same Origin, то браузер начнёт блокировать и создавать ложно-положительные отчёты о нарушении политики для всего контента, как с запрашиваемого источника, так и из внешних источников.

diff --git a/files/ru/web/http/headers/accept-charset/index.html b/files/ru/web/http/headers/accept-charset/index.html index c772f88f17..383154a044 100644 --- a/files/ru/web/http/headers/accept-charset/index.html +++ b/files/ru/web/http/headers/accept-charset/index.html @@ -70,9 +70,6 @@ Accept-Charset: utf-8, iso-8859-1;q=0.5, *;q=0.1

Browser compatibility

- - -

{{Compat("http.headers.Accept-Charset")}}

Смотрите также

diff --git a/files/ru/web/http/headers/accept-language/index.html b/files/ru/web/http/headers/accept-language/index.html index feddf885d0..1d2d719976 100644 --- a/files/ru/web/http/headers/accept-language/index.html +++ b/files/ru/web/http/headers/accept-language/index.html @@ -81,9 +81,6 @@ Accept-Language: ru-RU, ru;q=0.9, en-US;q=0.8, en;q=0.7, fr;q=0.6

Совместимость с браузером

- - -

{{Compat("http.headers.Accept-Language")}}

Смотрите также

diff --git a/files/ru/web/http/headers/accept-ranges/index.html b/files/ru/web/http/headers/accept-ranges/index.html index 6486241a8f..1fa42401f6 100644 --- a/files/ru/web/http/headers/accept-ranges/index.html +++ b/files/ru/web/http/headers/accept-ranges/index.html @@ -64,9 +64,6 @@ Accept-Ranges: none

Совместимость браузеров

- - -

{{Compat("http.headers.Accept-Ranges")}}

Смотрите также

diff --git a/files/ru/web/http/headers/accept/index.html b/files/ru/web/http/headers/accept/index.html index 832d095b09..fe6c26b8a0 100644 --- a/files/ru/web/http/headers/accept/index.html +++ b/files/ru/web/http/headers/accept/index.html @@ -76,9 +76,6 @@ Accept: text/html, application/xhtml+xml, application/xml;q=0.9, */*;q=0.8

Совместимость с браузером

- - -

{{Compat("http.headers.Accept")}}

Смотрите также

diff --git a/files/ru/web/http/headers/access-control-allow-headers/index.html b/files/ru/web/http/headers/access-control-allow-headers/index.html index 699d185c14..316d848440 100644 --- a/files/ru/web/http/headers/access-control-allow-headers/index.html +++ b/files/ru/web/http/headers/access-control-allow-headers/index.html @@ -66,9 +66,6 @@ original_slug: Web/HTTP/Заголовки/Access-Control-Allow-Headers

Совместимость с браузерами

- - -

{{Compat("http.headers.Access-Control-Allow-Headers")}}

Примечания по совместимости

diff --git a/files/ru/web/http/headers/access-control-allow-methods/index.html b/files/ru/web/http/headers/access-control-allow-methods/index.html index 1f6b997095..3f667a80c3 100644 --- a/files/ru/web/http/headers/access-control-allow-methods/index.html +++ b/files/ru/web/http/headers/access-control-allow-methods/index.html @@ -59,9 +59,6 @@ original_slug: Web/HTTP/Заголовки/Access-Control-Allow-Methods

Совместимость с браузерами

- - -

{{Compat("http.headers.Access-Control-Allow-Methods")}}

Замечания по совместимости

diff --git a/files/ru/web/http/headers/access-control-allow-origin/index.html b/files/ru/web/http/headers/access-control-allow-origin/index.html index 0c2c6f61e1..a13dd40f06 100644 --- a/files/ru/web/http/headers/access-control-allow-origin/index.html +++ b/files/ru/web/http/headers/access-control-allow-origin/index.html @@ -80,9 +80,6 @@ Vary: Origin

Совместимость с браузерами

- - -

{{Compat("http.headers.Access-Control-Allow-Origin")}}

Смотрите также

diff --git a/files/ru/web/http/headers/access-control-max-age/index.html b/files/ru/web/http/headers/access-control-max-age/index.html index 45fb838282..317148e981 100644 --- a/files/ru/web/http/headers/access-control-max-age/index.html +++ b/files/ru/web/http/headers/access-control-max-age/index.html @@ -57,9 +57,6 @@ original_slug: Web/HTTP/Заголовки/Access-Control-Max-Age

Совместимость в браузерах

- - -

{{Compat("http.headers.Access-Control-Max-Age")}}

Смотрите также

diff --git a/files/ru/web/http/headers/cache-control/index.html b/files/ru/web/http/headers/cache-control/index.html index 595c407233..57677b4825 100644 --- a/files/ru/web/http/headers/cache-control/index.html +++ b/files/ru/web/http/headers/cache-control/index.html @@ -159,9 +159,6 @@ Cache-Control: stale-if-error=<seconds>

Совместимость браузеров

- - -

{{Compat("http.headers.Cache-Control")}}

Смотрите также

diff --git a/files/ru/web/http/headers/connection/index.html b/files/ru/web/http/headers/connection/index.html index 152a5dcba7..5bf2f5ad82 100644 --- a/files/ru/web/http/headers/connection/index.html +++ b/files/ru/web/http/headers/connection/index.html @@ -48,7 +48,4 @@ Connection: close

Совместимость браузеров

- - -

{{Compat("http.headers.Connection")}}

diff --git a/files/ru/web/http/headers/content-disposition/index.html b/files/ru/web/http/headers/content-disposition/index.html index 70ad08a53a..1598724c30 100644 --- a/files/ru/web/http/headers/content-disposition/index.html +++ b/files/ru/web/http/headers/content-disposition/index.html @@ -118,9 +118,6 @@ value2

Совместимость с браузерами

- - -

{{Compat("http.headers.Content-Disposition")}}

Замечания по совместимости

diff --git a/files/ru/web/http/headers/content-encoding/index.html b/files/ru/web/http/headers/content-encoding/index.html index 2584223a02..dc9a302791 100644 --- a/files/ru/web/http/headers/content-encoding/index.html +++ b/files/ru/web/http/headers/content-encoding/index.html @@ -95,9 +95,6 @@ Content-Encoding: deflate, gzip

Browser compatibility

- - -

{{Compat("http.headers.Content-Encoding")}}

See also

diff --git a/files/ru/web/http/headers/content-language/index.html b/files/ru/web/http/headers/content-language/index.html index 04d7618e57..5f2799b5ef 100644 --- a/files/ru/web/http/headers/content-language/index.html +++ b/files/ru/web/http/headers/content-language/index.html @@ -89,9 +89,6 @@ Content-Language: de-DE, en-CA

Совместимость с браузерами

- - -

{{Compat("http.headers.Content-Language")}}

Смотрите также

diff --git a/files/ru/web/http/headers/content-length/index.html b/files/ru/web/http/headers/content-length/index.html index 20c663fb56..0fd6d9ff77 100644 --- a/files/ru/web/http/headers/content-length/index.html +++ b/files/ru/web/http/headers/content-length/index.html @@ -56,9 +56,6 @@ original_slug: Web/HTTP/Заголовки/Content-Length

Браузерная совместимость

- - -

{{Compat("http.headers.Content-Length")}}

Смотрите также

diff --git a/files/ru/web/http/headers/content-type/index.html b/files/ru/web/http/headers/content-type/index.html index 085dfb1ee0..7096fe0fa1 100644 --- a/files/ru/web/http/headers/content-type/index.html +++ b/files/ru/web/http/headers/content-type/index.html @@ -97,9 +97,6 @@ Content-Type: text/plain

Совместимость с браузерами

- - -

{{Compat("http.headers.Content-Type")}}

Смотрите также

diff --git a/files/ru/web/http/headers/date/index.html b/files/ru/web/http/headers/date/index.html index d0dce76795..bfd7a52acc 100644 --- a/files/ru/web/http/headers/date/index.html +++ b/files/ru/web/http/headers/date/index.html @@ -75,9 +75,6 @@ original_slug: Web/HTTP/Заголовки/Date

Поддержка браузерами

- - -

{{Compat("http.headers.Date")}}

Смотрите также

diff --git a/files/ru/web/http/headers/dnt/index.html b/files/ru/web/http/headers/dnt/index.html index c4b7d6ae4d..beee216c0c 100644 --- a/files/ru/web/http/headers/dnt/index.html +++ b/files/ru/web/http/headers/dnt/index.html @@ -62,9 +62,6 @@ DNT: 1

Совместимость браузеров

- - -

{{Compat("http.headers.DNT")}}

Смотрите также

diff --git a/files/ru/web/http/headers/etag/index.html b/files/ru/web/http/headers/etag/index.html index 5d6cb2bb57..bae3098460 100644 --- a/files/ru/web/http/headers/etag/index.html +++ b/files/ru/web/http/headers/etag/index.html @@ -81,9 +81,6 @@ ETag: W/"0815"

Совместимость с браузерами

- - -

{{Compat("http.headers.ETag")}}

Смотрите также

diff --git a/files/ru/web/http/headers/expires/index.html b/files/ru/web/http/headers/expires/index.html index b5b0c6cf1b..825f586182 100644 --- a/files/ru/web/http/headers/expires/index.html +++ b/files/ru/web/http/headers/expires/index.html @@ -68,9 +68,6 @@ original_slug: Web/HTTP/Заголовки/Expires

Совместимость браузера

- - -

{{Compat("http/headers/expires")}}

Смотрите также

diff --git a/files/ru/web/http/headers/host/index.html b/files/ru/web/http/headers/host/index.html index 2bb7e5acea..cf721618d2 100644 --- a/files/ru/web/http/headers/host/index.html +++ b/files/ru/web/http/headers/host/index.html @@ -61,9 +61,6 @@ original_slug: Web/HTTP/Заголовки/Host

Совместимость браузеров

- - -

{{Compat("http.headers.Host")}}

Смотрите также

diff --git a/files/ru/web/http/headers/if-match/index.html b/files/ru/web/http/headers/if-match/index.html index d6ec7f0b9a..6b781b7882 100644 --- a/files/ru/web/http/headers/if-match/index.html +++ b/files/ru/web/http/headers/if-match/index.html @@ -70,9 +70,6 @@ If-Match: *

Совместимость с браузером

- - -

{{Compat("http/headers/if-match")}}

Смотрите также

diff --git a/files/ru/web/http/headers/if-modified-since/index.html b/files/ru/web/http/headers/if-modified-since/index.html index 8bd4336f67..4301720ebe 100644 --- a/files/ru/web/http/headers/if-modified-since/index.html +++ b/files/ru/web/http/headers/if-modified-since/index.html @@ -79,9 +79,6 @@ original_slug: Web/HTTP/Заголовки/If-Modified-Since

Совместимость с браузером

- - -

{{Compat("http/headers/if-modified-since")}}

Смотрите также

diff --git a/files/ru/web/http/headers/if-unmodified-since/index.html b/files/ru/web/http/headers/if-unmodified-since/index.html index a9b70ee934..e063c56b35 100644 --- a/files/ru/web/http/headers/if-unmodified-since/index.html +++ b/files/ru/web/http/headers/if-unmodified-since/index.html @@ -87,9 +87,6 @@ original_slug: Web/HTTP/Заголовки/If-Unmodified-Since

Совместимость с браузерами

- - -

{{Compat("http/headers/if-unmodified-since")}}

Смотрите также

diff --git a/files/ru/web/http/headers/last-modified/index.html b/files/ru/web/http/headers/last-modified/index.html index 05b7486ea6..4352f571da 100644 --- a/files/ru/web/http/headers/last-modified/index.html +++ b/files/ru/web/http/headers/last-modified/index.html @@ -81,9 +81,6 @@ original_slug: Web/HTTP/Заголовки/Last-Modified

Совместимость с браузерами

- - -

{{Compat("http.headers.Last-Modified")}}

Смотрите также

diff --git a/files/ru/web/http/headers/origin/index.html b/files/ru/web/http/headers/origin/index.html index d5bc3fa8ea..9440d53138 100644 --- a/files/ru/web/http/headers/origin/index.html +++ b/files/ru/web/http/headers/origin/index.html @@ -64,9 +64,6 @@ Origin: <протокол> "://" <имя_хоста> [ ":" <по

Совместимость с браузером

- - -

{{Compat("http.headers.Origin")}}

Смотрите также

diff --git a/files/ru/web/http/headers/pragma/index.html b/files/ru/web/http/headers/pragma/index.html index 561e79419f..4d64db3cfa 100644 --- a/files/ru/web/http/headers/pragma/index.html +++ b/files/ru/web/http/headers/pragma/index.html @@ -67,8 +67,6 @@ original_slug: Web/HTTP/Заголовки/Pragma

Совместимость браузера

- -

{{Compat("http.headers.Pragma")}}

Смотреть также

diff --git a/files/ru/web/http/headers/range/index.html b/files/ru/web/http/headers/range/index.html index 17520983f3..7dc2824f7f 100644 --- a/files/ru/web/http/headers/range/index.html +++ b/files/ru/web/http/headers/range/index.html @@ -73,9 +73,6 @@ Range: <единица>=-<длина-с-конца>

Совместимость с браузерами

- - -

{{Compat("http.headers.Range")}}

Смотрите также

diff --git a/files/ru/web/http/headers/referer/index.html b/files/ru/web/http/headers/referer/index.html index 4f1c5d3f3b..21ab8c9d08 100644 --- a/files/ru/web/http/headers/referer/index.html +++ b/files/ru/web/http/headers/referer/index.html @@ -82,9 +82,6 @@ original_slug: Web/HTTP/Заголовки/Referer

Совместимость с браузерами

- - -

{{Compat("http.headers.Referer")}}

Смотрите также

diff --git a/files/ru/web/http/headers/retry-after/index.html b/files/ru/web/http/headers/retry-after/index.html index 6161a8dbee..60ce605d42 100644 --- a/files/ru/web/http/headers/retry-after/index.html +++ b/files/ru/web/http/headers/retry-after/index.html @@ -73,9 +73,6 @@ Retry-After: 120

Поддержка браузеров

- - -

{{Compat("http.headers.Retry-After")}}

Смотрите также

diff --git a/files/ru/web/http/headers/set-cookie/index.html b/files/ru/web/http/headers/set-cookie/index.html index 90c65266d9..20e2bee4e4 100644 --- a/files/ru/web/http/headers/set-cookie/index.html +++ b/files/ru/web/http/headers/set-cookie/index.html @@ -174,8 +174,6 @@ Set-Cookie: __Host-id=1; Secure; Path=/; domain=example.com

Browser compatibility

-

The compatibility table in this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.

-

{{Compat("http.headers.Set-Cookie")}}

Compatibility notes

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 c848da01de..4ade62c5dd 100644 --- a/files/ru/web/http/headers/strict-transport-security/index.html +++ b/files/ru/web/http/headers/strict-transport-security/index.html @@ -96,9 +96,6 @@ Strict-Transport-Security: max-age=<expire-time>; preload

Browser compatibility

- - -

{{Compat("http.headers.Strict-Transport-Security")}}

See also

diff --git a/files/ru/web/http/headers/vary/index.html b/files/ru/web/http/headers/vary/index.html index 90f62139a4..b428f2a64a 100644 --- a/files/ru/web/http/headers/vary/index.html +++ b/files/ru/web/http/headers/vary/index.html @@ -62,9 +62,6 @@ Vary: <header-name>, <header-name>, ...

Browser compatibility

- - -

{{Compat("http.headers.Vary")}}

Compatibility notes

diff --git a/files/ru/web/http/headers/x-xss-protection/index.html b/files/ru/web/http/headers/x-xss-protection/index.html index e9f09a760f..037626a071 100644 --- a/files/ru/web/http/headers/x-xss-protection/index.html +++ b/files/ru/web/http/headers/x-xss-protection/index.html @@ -71,9 +71,6 @@ X-XSS-Protection: 1; report=<reporting-uri>

Не является частью каких-либо специфика или черновиков.

Поддерживается браузерами

- - -

{{Compat("http.headers.X-XSS-Protection")}}

Смотрите также

diff --git a/files/ru/web/http/methods/connect/index.html b/files/ru/web/http/methods/connect/index.html index a05af5d48c..65ab7c1889 100644 --- a/files/ru/web/http/methods/connect/index.html +++ b/files/ru/web/http/methods/connect/index.html @@ -70,8 +70,6 @@ Proxy-Authorization: basic aGVsbG86d29ybGQ=

Совместимость с браузером

- -

{{Compat("http.methods.CONNECT")}}

Смотрите также

diff --git a/files/ru/web/http/methods/delete/index.html b/files/ru/web/http/methods/delete/index.html index 4f4183df12..bf7f34a05e 100644 --- a/files/ru/web/http/methods/delete/index.html +++ b/files/ru/web/http/methods/delete/index.html @@ -89,9 +89,6 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT

Поддержка браузерами

- - -

{{Compat("http.methods.DELETE")}}

Смотрите также

diff --git a/files/ru/web/http/methods/get/index.html b/files/ru/web/http/methods/get/index.html index 599d5e137c..321202a3ae 100644 --- a/files/ru/web/http/methods/get/index.html +++ b/files/ru/web/http/methods/get/index.html @@ -61,9 +61,6 @@ translation_of: Web/HTTP/Methods/GET

Поддержка браузерами

- - -

{{Compat("http.methods.GET")}}

Смотрите также

diff --git a/files/ru/web/http/methods/head/index.html b/files/ru/web/http/methods/head/index.html index cd8e1f5e40..bf50263716 100644 --- a/files/ru/web/http/methods/head/index.html +++ b/files/ru/web/http/methods/head/index.html @@ -65,9 +65,6 @@ translation_of: Web/HTTP/Methods/HEAD

Совместимость с браузерами

- - -

{{Compat("http.methods.HEAD")}}

Смотрите также

diff --git a/files/ru/web/http/methods/index.html b/files/ru/web/http/methods/index.html index 0200b591eb..315c6f3e06 100644 --- a/files/ru/web/http/methods/index.html +++ b/files/ru/web/http/methods/index.html @@ -62,8 +62,6 @@ translation_of: Web/HTTP/Methods

Совместимость с браузерами

- -

{{Compat}}

Смотрите также

diff --git a/files/ru/web/http/methods/options/index.html b/files/ru/web/http/methods/options/index.html index 116e10c178..2c0d621d9b 100644 --- a/files/ru/web/http/methods/options/index.html +++ b/files/ru/web/http/methods/options/index.html @@ -113,9 +113,6 @@ Content-Type: text/plain

Совместимость с браузерами

- - -

{{Compat("http.methods.OPTIONS")}}

Смотрите также

diff --git a/files/ru/web/http/methods/post/index.html b/files/ru/web/http/methods/post/index.html index 74b4481d3b..0a230b6403 100644 --- a/files/ru/web/http/methods/post/index.html +++ b/files/ru/web/http/methods/post/index.html @@ -108,9 +108,6 @@ value2

Совместимость с браузерами

- - -

{{Compat("http.methods.POST")}}

Смотрите также

diff --git a/files/ru/web/http/methods/put/index.html b/files/ru/web/http/methods/put/index.html index be2552bcbe..b79d727006 100644 --- a/files/ru/web/http/methods/put/index.html +++ b/files/ru/web/http/methods/put/index.html @@ -91,9 +91,6 @@ Content-Location: /existing.html

Поддержка браузеров

- - -

{{Compat("http.methods.PUT")}}

Смотрите также

diff --git a/files/ru/web/http/methods/trace/index.html b/files/ru/web/http/methods/trace/index.html index d75b9ff20f..41fb225276 100644 --- a/files/ru/web/http/methods/trace/index.html +++ b/files/ru/web/http/methods/trace/index.html @@ -65,9 +65,6 @@ translation_of: Web/HTTP/Methods/TRACE

Поддержка браузерами

- - -

{{Compat("http.methods.TRACE")}}

Смотрите также

diff --git a/files/ru/web/http/status/100/index.html b/files/ru/web/http/status/100/index.html index bc26744c55..e31a6a20ee 100644 --- a/files/ru/web/http/status/100/index.html +++ b/files/ru/web/http/status/100/index.html @@ -30,8 +30,6 @@ translation_of: Web/HTTP/Status/100

Совместимость с браузером

- -

{{Compat("http/status", "100")}}

Смотрите также

diff --git a/files/ru/web/http/status/103/index.html b/files/ru/web/http/status/103/index.html index 3ea9a231ea..645e021042 100644 --- a/files/ru/web/http/status/103/index.html +++ b/files/ru/web/http/status/103/index.html @@ -39,8 +39,6 @@ translation_of: Web/HTTP/Status/103

Совместимость с браузерами

- -

{{Compat("http.status.103")}}

Смотрите также

diff --git a/files/ru/web/http/status/200/index.html b/files/ru/web/http/status/200/index.html index 635eb21848..21fa327789 100644 --- a/files/ru/web/http/status/200/index.html +++ b/files/ru/web/http/status/200/index.html @@ -38,9 +38,6 @@ translation_of: Web/HTTP/Status/200

Совместимость с браузером

- - -

{{Compat("http/status", "200")}}

Смотрите также

diff --git a/files/ru/web/http/status/201/index.html b/files/ru/web/http/status/201/index.html index 9d55a9eb3b..91f81f5ecd 100644 --- a/files/ru/web/http/status/201/index.html +++ b/files/ru/web/http/status/201/index.html @@ -31,9 +31,6 @@ translation_of: Web/HTTP/Status/201

Совместимость с браузером

- - -

{{Compat("http/status", "201")}}

Смотрите также

diff --git a/files/ru/web/http/status/204/index.html b/files/ru/web/http/status/204/index.html index 966d4f7d1f..915677d4e0 100644 --- a/files/ru/web/http/status/204/index.html +++ b/files/ru/web/http/status/204/index.html @@ -29,9 +29,6 @@ translation_of: Web/HTTP/Status/204

Совместимость с браузером

- - -

{{Compat("http/status", "204")}}

Примечания совместимости

diff --git a/files/ru/web/http/status/206/index.html b/files/ru/web/http/status/206/index.html index a670db7fd3..2ab5c46099 100644 --- a/files/ru/web/http/status/206/index.html +++ b/files/ru/web/http/status/206/index.html @@ -68,9 +68,6 @@ Content-Range: bytes 4590-7999/8000

Совместимость с браузером

- - -

{{Compat("http/status", "206")}}

Смотрите также

diff --git a/files/ru/web/http/status/301/index.html b/files/ru/web/http/status/301/index.html index 3020b45294..b96ed33889 100644 --- a/files/ru/web/http/status/301/index.html +++ b/files/ru/web/http/status/301/index.html @@ -45,9 +45,6 @@ Location: http://www.example.org/index.asp

Совместимость с браузером

- - -

{{Compat("http.status.301")}}

Смотрите также

diff --git a/files/ru/web/http/status/302/index.html b/files/ru/web/http/status/302/index.html index f04eaea946..edf58d6cdd 100644 --- a/files/ru/web/http/status/302/index.html +++ b/files/ru/web/http/status/302/index.html @@ -47,9 +47,6 @@ Location: http://www.example.org/index.asp

Совместимость с браузером

- - -

{{Compat("http.status.302")}}

Смотрите также

diff --git a/files/ru/web/http/status/303/index.html b/files/ru/web/http/status/303/index.html index 2430ef3035..96c45dc34b 100644 --- a/files/ru/web/http/status/303/index.html +++ b/files/ru/web/http/status/303/index.html @@ -45,9 +45,6 @@ Location: /confirmation

Совместимость с браузером

- - -

{{Compat("http.status.303")}}

Смотрите также

diff --git a/files/ru/web/http/status/304/index.html b/files/ru/web/http/status/304/index.html index ad1ac42ef1..2e9a6fa6e0 100644 --- a/files/ru/web/http/status/304/index.html +++ b/files/ru/web/http/status/304/index.html @@ -33,9 +33,6 @@ translation_of: Web/HTTP/Status/304

Совместимость с браузером

- - -

{{Compat("http/status", "304")}}

Смотрите также

diff --git a/files/ru/web/http/status/307/index.html b/files/ru/web/http/status/307/index.html index 6978f10cfe..9e42dd15ea 100644 --- a/files/ru/web/http/status/307/index.html +++ b/files/ru/web/http/status/307/index.html @@ -50,9 +50,6 @@ Location: http://www.example.org/cars/id/123456

Совместимость с браузером

- - -

{{Compat("http.status.307")}}

Смотрите также

diff --git a/files/ru/web/http/status/308/index.html b/files/ru/web/http/status/308/index.html index be80d3e6c4..c559a937fb 100644 --- a/files/ru/web/http/status/308/index.html +++ b/files/ru/web/http/status/308/index.html @@ -33,9 +33,6 @@ translation_of: Web/HTTP/Status/308

Совместимость с браузером

- - -

{{Compat("http/status", "308")}}

Смотрите также

diff --git a/files/ru/web/http/status/401/index.html b/files/ru/web/http/status/401/index.html index 021606e74a..e9312bc330 100644 --- a/files/ru/web/http/status/401/index.html +++ b/files/ru/web/http/status/401/index.html @@ -37,9 +37,6 @@ WWW-Authenticate: Basic realm="Access to staging site"

Совместимость с браузером

- - -

{{Compat("http/status", "401")}}

Смотрите также

diff --git a/files/ru/web/http/status/403/index.html b/files/ru/web/http/status/403/index.html index 459b45c551..a1972dac7a 100644 --- a/files/ru/web/http/status/403/index.html +++ b/files/ru/web/http/status/403/index.html @@ -35,9 +35,6 @@ Date: Wed, 21 Oct 2015 07:28:00 GMT

Совместимость с браузером

- - -

{{Compat("http/status", "403")}}

Смотрите также

diff --git a/files/ru/web/http/status/404/index.html b/files/ru/web/http/status/404/index.html index 37efe1c6ad..874c7c8284 100644 --- a/files/ru/web/http/status/404/index.html +++ b/files/ru/web/http/status/404/index.html @@ -41,9 +41,6 @@ translation_of: Web/HTTP/Status/404

Совместимость с браузером

- - -

{{Compat("http/status", "404")}}

Смотрите также

diff --git a/files/ru/web/http/status/406/index.html b/files/ru/web/http/status/406/index.html index 6a402c4529..f00cd84888 100644 --- a/files/ru/web/http/status/406/index.html +++ b/files/ru/web/http/status/406/index.html @@ -44,10 +44,6 @@ translation_of: Web/HTTP/Status/406

Совместимость с браузером

-

Информация, показываемая ниже, была получена из GitHub-репозитория MDN (https://github.com/mdn/browser-compat-data).

- - -

{{Compat("http/status", "406")}}

Смотрите также

diff --git a/files/ru/web/http/status/407/index.html b/files/ru/web/http/status/407/index.html index ddbd433687..e7b858eae5 100644 --- a/files/ru/web/http/status/407/index.html +++ b/files/ru/web/http/status/407/index.html @@ -37,9 +37,6 @@ Proxy-Authenticate: Basic realm="Access to internal site"

Совместимость с браузером

- - -

{{Compat("http/status", "407")}}

Смотрите также

diff --git a/files/ru/web/http/status/410/index.html b/files/ru/web/http/status/410/index.html index 89ed6a87e5..f0d6394237 100644 --- a/files/ru/web/http/status/410/index.html +++ b/files/ru/web/http/status/410/index.html @@ -35,9 +35,6 @@ translation_of: Web/HTTP/Status/410

Совместимость с браузером

- - -

{{Compat("http.status.410")}}

Смотрите также

diff --git a/files/ru/web/http/status/412/index.html b/files/ru/web/http/status/412/index.html index 8aa82d8d03..4ae9ddd15e 100644 --- a/files/ru/web/http/status/412/index.html +++ b/files/ru/web/http/status/412/index.html @@ -27,9 +27,6 @@ translation_of: Web/HTTP/Status/412

Совместимость с браузером

- - -

{{Compat("http/status", "412")}}

Смотрите также

diff --git a/files/ru/web/http/status/416/index.html b/files/ru/web/http/status/416/index.html index ae3c93df73..db9dc37438 100644 --- a/files/ru/web/http/status/416/index.html +++ b/files/ru/web/http/status/416/index.html @@ -35,9 +35,6 @@ translation_of: Web/HTTP/Status/416

Поддержка браузерами

- - -

{{Compat("http/status.416")}}

Смотрите также

diff --git a/files/ru/web/http/status/418/index.html b/files/ru/web/http/status/418/index.html index fb8bf0dd9f..520c081811 100644 --- a/files/ru/web/http/status/418/index.html +++ b/files/ru/web/http/status/418/index.html @@ -36,9 +36,6 @@ translation_of: Web/HTTP/Status/418

Поддержка браузерами

- - -

{{Compat("http.status.418")}}

Смотрите также

diff --git a/files/ru/web/http/status/425/index.html b/files/ru/web/http/status/425/index.html index 10f524c77e..6489e40b2b 100644 --- a/files/ru/web/http/status/425/index.html +++ b/files/ru/web/http/status/425/index.html @@ -34,7 +34,4 @@ translation_of: Web/HTTP/Status/425

Browser compatibility

- - -

{{Compat("http.status.425")}}

diff --git a/files/ru/web/http/status/451/index.html b/files/ru/web/http/status/451/index.html index 5c5336f84d..caac59b39f 100644 --- a/files/ru/web/http/status/451/index.html +++ b/files/ru/web/http/status/451/index.html @@ -48,9 +48,6 @@ operated by the People's Front of Judea.</p>

Совместимость с браузером

- - -

{{Compat("http/status", "451")}}

Смотрите также

diff --git a/files/ru/web/http/status/500/index.html b/files/ru/web/http/status/500/index.html index 2e77fa5c00..a722882efc 100644 --- a/files/ru/web/http/status/500/index.html +++ b/files/ru/web/http/status/500/index.html @@ -33,9 +33,6 @@ translation_of: Web/HTTP/Status/500

Совместимость с браузерами

- - -

{{Compat("http.status.500")}}

Дополнительная информация

diff --git a/files/ru/web/http/status/501/index.html b/files/ru/web/http/status/501/index.html index 0a2cb5b846..836aa90a57 100644 --- a/files/ru/web/http/status/501/index.html +++ b/files/ru/web/http/status/501/index.html @@ -33,7 +33,4 @@ translation_of: Web/HTTP/Status/501

Совместимость с браузером

- - -

{{Compat("http/status", "501")}}

diff --git a/files/ru/web/http/status/502/index.html b/files/ru/web/http/status/502/index.html index 0c90977db6..ad3d25909f 100644 --- a/files/ru/web/http/status/502/index.html +++ b/files/ru/web/http/status/502/index.html @@ -35,8 +35,6 @@ translation_of: Web/HTTP/Status/502

Совместимость с браузерами

- -

{{Compat("http/status", "502")}}

Смотрите также

diff --git a/files/ru/web/http/status/503/index.html b/files/ru/web/http/status/503/index.html index eae38768a1..c8a6882b34 100644 --- a/files/ru/web/http/status/503/index.html +++ b/files/ru/web/http/status/503/index.html @@ -31,9 +31,6 @@ translation_of: Web/HTTP/Status/503

Совместимость с браузером

- - -

{{Compat("http/status", "503")}}

Смотрите также

diff --git a/files/ru/web/http/status/504/index.html b/files/ru/web/http/status/504/index.html index 8d799e906e..74f776943e 100644 --- a/files/ru/web/http/status/504/index.html +++ b/files/ru/web/http/status/504/index.html @@ -29,9 +29,6 @@ translation_of: Web/HTTP/Status/504

Совместимость с браузером

- - -

{{Compat("http/status", "504")}}

Смотрите также

-- cgit v1.2.3-54-g00ecf