Skip to content

Commit 6df7da8

Browse files
Translation of security chapter to Japanese (#4136)
* Translation of security chapter to Japanese * Code format --------- Co-authored-by: Barry Pollard <[email protected]>
1 parent 4d66839 commit 6df7da8

File tree

2 files changed

+1755
-9
lines changed

2 files changed

+1755
-9
lines changed

src/content/en/2024/security.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -372,19 +372,19 @@ The `block-all-mixed-content` directive, which has been deprecated in favor of `
372372
</thead>
373373
<tbody>
374374
<tr>
375-
<td>upgrade-insecure-requests;</td>
376-
<td class="numeric">27%</td>
377-
<td class="numeric">30%</td>
375+
<td><code>upgrade-insecure-requests;</code></td>
376+
<td class="numeric">27%</td>
377+
<td class="numeric">30%</td>
378378
</tr>
379379
<tr>
380-
<td>block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;</td>
381-
<td class="numeric">22%</td>
382-
<td class="numeric">22%</td>
380+
<td><code>block-all-mixed-content; frame-ancestors 'none'; upgrade-insecure-requests;</code></td>
381+
<td class="numeric">22%</td>
382+
<td class="numeric">22%</td>
383383
</tr>
384384
<tr>
385-
<td>frame-ancestors 'self';</td>
386-
<td class="numeric">11%</td>
387-
<td class="numeric">10%</td>
385+
<td><code>frame-ancestors 'self';</code></td>
386+
<td class="numeric">11%</td>
387+
<td class="numeric">10%</td>
388388
</tr>
389389
</tbody>
390390
</table>

0 commit comments

Comments
 (0)