Commit 85969eb
Disable goldmark unsafe HTML renderer
No content files use raw HTML that requires the unsafe renderer —
the one exception (a 2008 podcast post with <p> and <br />) is
converted to plain markdown. Disabling unsafe prevents raw HTML/JS
in any markdown file from rendering, which limits the blast radius
of future content injection vulnerabilities.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 11fb9b1 commit 85969eb
2 files changed
Lines changed: 5 additions & 5 deletions
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments