aboutsummaryrefslogtreecommitdiff
path: root/files/ja
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja')
-rw-r--r--files/ja/web/api/htmliframeelement/referrerpolicy/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/htmliframeelement/referrerpolicy/index.html b/files/ja/web/api/htmliframeelement/referrerpolicy/index.html
index 168d9ad21d..a7234c4fc0 100644
--- a/files/ja/web/api/htmliframeelement/referrerpolicy/index.html
+++ b/files/ja/web/api/htmliframeelement/referrerpolicy/index.html
@@ -26,7 +26,7 @@ translation_of: Web/API/HTMLIFrameElement/referrerPolicy
<ul>
<li><code>"no-referrer"</code> は、<code>Referer:</code> HTTP ヘッダーがリファラを送信しないことを意味します。</li>
<li><code>"origin"</code> は、リファラがページのオリジンになることを意味します。大まかにいえば、オリジンはスキーマとホスト、ポートです。</li>
- <li><code>"unsafe-url"</code> は、リファラにオリジンとパスが含まれることを意味します(フラグメントやパスワード、ユーザー名は含まれません)。このケースは、TSL を使用して 3rd パーティーから隠しているパス情報が漏洩する可能性があるため、安全ではありません。</li>
+ <li><code>"unsafe-url"</code> は、リファラにオリジンとパスが含まれることを意味します(フラグメントやパスワード、ユーザー名は含まれません)。このケースは、TLS を使用して 3rd パーティーから隠しているパス情報が漏洩する可能性があるため、安全ではありません。</li>
</ul>
</dd>
</dl>