diff options
author | x270 <42441861+x270@users.noreply.github.com> | 2021-04-29 22:44:51 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 22:44:51 +0900 |
commit | e41fd4d996263012593fd39e127e096d5f1660d2 (patch) | |
tree | 4c60498795276eb3328d2469ccd93e5c7cbf2882 /files | |
parent | 011b1c4216b03ff931abef1497aa1212a1617f5b (diff) | |
download | translated-content-e41fd4d996263012593fd39e127e096d5f1660d2.tar.gz translated-content-e41fd4d996263012593fd39e127e096d5f1660d2.tar.bz2 translated-content-e41fd4d996263012593fd39e127e096d5f1660d2.zip |
/ja/docs/Glossary/HSTSとHPKPの見出し位置修正 (#650)
* Fix HPKP
* Fix HSTS
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/glossary/hpkp/index.html | 2 | ||||
-rw-r--r-- | files/ja/glossary/hsts/index.html | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/files/ja/glossary/hpkp/index.html b/files/ja/glossary/hpkp/index.html index e385f3b685..20fe989829 100644 --- a/files/ja/glossary/hpkp/index.html +++ b/files/ja/glossary/hpkp/index.html @@ -8,7 +8,6 @@ translation_of: Glossary/HPKP --- <p><strong>HPKP</strong> (HTTP公開鍵ピンニング、 HTTP Public Key Pinning) は、偽造された証明書による {{Glossary("MITM")}} 攻撃のリスクを減らすために、特定の暗号化公開鍵を特定のウェブサーバーに関連付けるようにウェブクライアントに指示するセキュリティ機能です。</p> -<div> <h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> <ul> @@ -17,4 +16,3 @@ translation_of: Glossary/HPKP <li><a href="https://tools.ietf.org/html/rfc7469">RFC 7469</a> (英語)</li> <li>Wikipedia 上の <a href="https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning">HTTP Public Key Pinning</a> (英語)</li> </ul> -</div> diff --git a/files/ja/glossary/hsts/index.html b/files/ja/glossary/hsts/index.html index 0a45ba6d46..0c84c04778 100644 --- a/files/ja/glossary/hsts/index.html +++ b/files/ja/glossary/hsts/index.html @@ -10,7 +10,6 @@ translation_of: Glossary/HSTS <p>言い換えれば、URL でプロトコルを HTTP から HTTPS に変更するだけで、より安全に動作することをブラウザーに伝え、すべてのリクエストに対してそれを行うようにブラウザーに依頼します。</p> -<div> <h2 id="Learn_more" name="Learn_more">より詳しく知る</h2> <ul> @@ -18,4 +17,3 @@ translation_of: Glossary/HSTS <li>OWASP の記事: <a href="https://www.owasp.org/index.php/HTTP_Strict_Transport_Security">HTTP Strict Transport Security</a></li> <li>Wikipedia 上の {{Interwiki("wikipedia", "HTTP Strict Transport Security")}}</li> </ul> -</div> |