Skip to content

Commit ff9e9f8

Browse files
committed
Fix markup
1 parent b3f5578 commit ff9e9f8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/en/2021/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ We see that 58.5% of all first-party cookies with a `SameSite` attribute have th
303303

304304
Cookie prefixes `__Host-` and `__Secure-` help mitigate attacks to override the session cookie information for a <a hreflang="en" href="https://owasp.org/www-community/attacks/Session_fixation">session fixation attack</a>. `__Host-` helps in domain locking a cookie by requiring the cookie to also have `Secure` attribute, `Path` attribute set to `/`, not have `Domain` attribute and to be sent from a secure origin. `__Secure-` on the other hand requires the cookie to only have `Secure` attribute and to be sent from a secure origin.
305305

306-
<figure>
306+
<figure>
307307
<table>
308308
<thead>
309309
<tr>

src/content/ja/2021/security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ Cookieを適切に保護しないと、攻撃者はセッションを乗っ取
303303

304304
クッキープレフィックス `__Host-``__Secure-` は、<a hreflang="en" href="https://owasp.org/www-community/attacks/Session_fixation">セッションフィクスチャ攻撃</a> のためにセッションクッキーの情報を上書きする攻撃を軽減するのに役立ちます。`__Host-` はクッキーをドメインロックするのに役立ちます。クッキーは `Secure` 属性と `Path` 属性を `/` に設定し、 `Domain` 属性を持たず、安全な場所から送信される必要があります。一方、`__Secure-`はクッキーが `Secure` 属性のみを持ち、安全な場所から送信されることを要求します。
305305

306-
<figure>
306+
<figure>
307307
<table>
308308
<thead>
309309
<tr>

0 commit comments

Comments
 (0)