aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/api/htmliframeelement
diff options
context:
space:
mode:
authorx270 <42441861+x270@users.noreply.github.com>2021-05-03 10:29:31 +0900
committerGitHub <noreply@github.com>2021-05-03 10:29:31 +0900
commit97860c7677d4e2b39fae8b301c77119d57fd7fa1 (patch)
treee8160373eaafa81d2c80e2e5b670417d4a8ca562 /files/ja/web/api/htmliframeelement
parentc4048c44c914f2420af0a96667b405caf7fe56d3 (diff)
downloadtranslated-content-97860c7677d4e2b39fae8b301c77119d57fd7fa1.tar.gz
translated-content-97860c7677d4e2b39fae8b301c77119d57fd7fa1.tar.bz2
translated-content-97860c7677d4e2b39fae8b301c77119d57fd7fa1.zip
Docs/Web/API/HTMLIFrameElement/ReferrerPolicy の修正 (#564)
typoの修正(TSL → TLS)のみ。 2021/4/18現在、日本語コンテンツ内で、「TSL」のtypoは他ページには無いようです。
Diffstat (limited to 'files/ja/web/api/htmliframeelement')
-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>