diff options
Diffstat (limited to 'files/ru/glossary/forbidden_response_header_name/index.html')
-rw-r--r-- | files/ru/glossary/forbidden_response_header_name/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ru/glossary/forbidden_response_header_name/index.html b/files/ru/glossary/forbidden_response_header_name/index.html new file mode 100644 index 0000000000..65eae8e79f --- /dev/null +++ b/files/ru/glossary/forbidden_response_header_name/index.html @@ -0,0 +1,26 @@ +--- +title: Запрещённое имя заголовка ответа +slug: Glossary/Forbidden_response_header_name +translation_of: Glossary/Forbidden_response_header_name +original_slug: Словарь/Запрещённое_имя_заголовка_ответа +--- +<p>Запрещённое имя заголовка ответа это имя <a href="/en-US/docs/Web/HTTP/Headers">HTTP заголовка</a> (`<code title="">Set-Cookie</code>` или `<code title="">Set-Cookie2</code>`), который не может быть изменён программно.</p> + +<h2 id="Specifications">Specifications</h2> + +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Specification</th> + <th scope="col">Status</th> + <th scope="col">Comment</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName('Fetch','#forbidden-response-header-name','forbidden-response-header-name')}}</td> + <td>{{Spec2('Fetch')}}</td> + <td> </td> + </tr> + </tbody> +</table> |