diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-04-22 10:39:24 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 10:39:24 +0900 |
commit | 92cedeaf39dd8a5f695322eb03f8209cc758010f (patch) | |
tree | b0d10eefd57a7024f18c7b2e677ed3bce45e78cf /files/ja/web/http/headers/host/index.html | |
parent | e9bb21320278d88f6795525b4bb6c91b90711fcc (diff) | |
download | translated-content-92cedeaf39dd8a5f695322eb03f8209cc758010f.tar.gz translated-content-92cedeaf39dd8a5f695322eb03f8209cc758010f.tar.bz2 translated-content-92cedeaf39dd8a5f695322eb03f8209cc758010f.zip |
禁止ヘッダー「はい」「いいえ」が逆のため、修正 (#536)
2021/4/17時点、英語版が「Yes」であることを確認。「禁止ヘッダー」のページでも、Hostヘッダが説明の対象であることを確認。
Diffstat (limited to 'files/ja/web/http/headers/host/index.html')
-rw-r--r-- | files/ja/web/http/headers/host/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/http/headers/host/index.html b/files/ja/web/http/headers/host/index.html index 3775f38d25..4598733c52 100644 --- a/files/ja/web/http/headers/host/index.html +++ b/files/ja/web/http/headers/host/index.html @@ -24,7 +24,7 @@ translation_of: Web/HTTP/Headers/Host </tr> <tr> <th scope="row">{{Glossary("Forbidden header name", "禁止ヘッダー名")}}</th> - <td>いいえ</td> + <td>はい</td> </tr> </tbody> </table> |