Referrer-Policyを最新版の内容に更新 - #3142
Merged
Merged
Conversation
maizuka
requested review from
a team and
kenji-yamasaki
and removed request for
a team
November 19, 2021 14:40
Contributor
Preview URLsFlawsURL:
External URLsURL:
(this comment was updated 2021-11-27 16:52:08.065266) |
mfuji09
requested changes
Nov 22, 2021
mfuji09
left a comment
Collaborator
There was a problem hiding this comment.
カタカナ語の長音について、下記のガイドラインに合わせた修正をお願いします。
https://github.com/mozilla-japan/translation/wiki/Editorial-Guideline
(「カタカナ語の表記」の項です。)
| たとえば、 <code>https://example.com/page.html</code> にある文書からは、 <code>https://example.com/</code> というリファラーが送信されます。</dd> | ||
| <dt><code>origin-when-cross-origin</code></dt> | ||
| <dd>{{glossary("Same-origin_policy", "同一オリジン")}}間でリクエストを行う場合はオリジン、パス、クエリ文字列を送信しますが、その他の場合は文書のオリジンのみを送信します。</dd> | ||
| <dd>同一のプロトコル水準 (HTTP→HTTP, HTTPS→HTTPS) で{{glossary("Same-origin_policy", "同一オリジン")}}のリクエストを行う場合は{{glossary("origin", "オリジン")}}、パス、クエリ文字列を送信します。オリジン間リクエストや安全性の低下する移動先 (HTTPS→HTTP) ではオリジンのみを送信します。</dd> |
Collaborator
There was a problem hiding this comment.
「クエリ」については "ry" で終わりますので、「クエリー」と長音を付けてくださるようお願いします。
他の行も同様にお願いします。
|
|
||
| <p class="note">複数の値を設定する方法は、 HTTP の <code>Referrer-Policy</code> ヘッダーのみが対応しており、 <code>referrerpolicy</code> 属性では対応していません。</p> | ||
|
|
||
| <h2 id="browser-specific_preferencessettings" name="browser-specific_preferencessettings">ブラウザ固有の設定</h2> |
Collaborator
There was a problem hiding this comment.
「ブラウザ」は「ブラウザー」と長音をつけてください。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Referrer-Policyのデフォルトポリシーの変更やセクション「Browser-specific preferences/settings」の新設などに対応するために、最新版の内容を反映させる。同時に文言のブレの修正などの改善を図る。