diff options
author | IZUKA Masahiro <12372967+maizuka@users.noreply.github.com> | 2021-11-19 23:15:20 +0900 |
---|---|---|
committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-11-28 02:04:50 +0900 |
commit | 6bc7755d949fba12c63efa21a85cf3a0ecc8070e (patch) | |
tree | 932f604d7728a5523857b069e5b140580e692ddf /files/ja | |
parent | b1878aed7e6cdd26ee80fce84ac6b5b9302d6cb5 (diff) | |
download | translated-content-6bc7755d949fba12c63efa21a85cf3a0ecc8070e.tar.gz translated-content-6bc7755d949fba12c63efa21a85cf3a0ecc8070e.tar.bz2 translated-content-6bc7755d949fba12c63efa21a85cf3a0ecc8070e.zip |
原文との差分を補完
サマリーの2文目が不足していたのを補完。「構文」セクションでスペルミスのトピックがポリシーリストの前に置かれていたのを逆の順番に修正。
Diffstat (limited to 'files/ja')
-rw-r--r-- | files/ja/web/http/headers/referrer-policy/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/ja/web/http/headers/referrer-policy/index.html b/files/ja/web/http/headers/referrer-policy/index.html index e4ddd113ec..9417181696 100644 --- a/files/ja/web/http/headers/referrer-policy/index.html +++ b/files/ja/web/http/headers/referrer-policy/index.html @@ -14,7 +14,7 @@ translation_of: Web/HTTP/Headers/Referrer-Policy --- <div>{{HTTPSidebar}}</div> -<p><span class="seoSummary">HTTP の <strong><code>Referrer-Policy</code></strong> {{glossary("HTTP header", "ヘッダー")}}は、 ({{HTTPHeader("Referer")}} ヘッダーで送られる) <a href="/ja/docs/Web/Security/Referer_header:_privacy_and_security_concerns">リファラー情報</a>をリクエストにどれだけ含めるかを制御します。</span></p> +<p><span class="seoSummary">HTTP の <strong><code>Referrer-Policy</code></strong> {{glossary("HTTP header", "ヘッダー")}}は、 ({{HTTPHeader("Referer")}} ヘッダーで送られる) <a href="/ja/docs/Web/Security/Referer_header:_privacy_and_security_concerns">リファラー情報</a>をリクエストにどれだけ含めるかを制御します。ヘッダーに加えて、<a href="#integration_with_html">HTMLでもこのポリシーを設定する</a>ことができます。</span></p> <table class="properties"> <tbody> @@ -31,10 +31,6 @@ translation_of: Web/HTTP/Headers/Referrer-Policy <h2 id="Syntax" name="Syntax">構文</h2> -<div class="blockIndicator note"> -<p>元のヘッダー名である {{HTTPHeader("Referer")}} は "referrer" という語のスペルミスです。 <code>Referrer-Policy</code> ヘッダーはこのスペルミスをしていません。</p> -</div> - <pre class="syntaxbox notranslate">Referrer-Policy: no-referrer Referrer-Policy: no-referrer-when-downgrade Referrer-Policy: origin @@ -45,6 +41,10 @@ Referrer-Policy: strict-origin-when-cross-origin Referrer-Policy: unsafe-url </pre> +<div class="blockIndicator note"> +<p>元のヘッダー名である {{HTTPHeader("Referer")}} は "referrer" という語のスペルミスです。 <code>Referrer-Policy</code> ヘッダーはこのスペルミスをしていません。</p> +</div> + <h2 id="Directives" name="Directives">ディレクティブ</h2> <dl> |