mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-02 19:52:38 +00:00
e6abb9c3d0
Org export blocks and @@html:...@@ snippets pass raw HTML through unescaped, making text/org the same XSS sink as text/html, which is already denied. Sites with Org content can opt back in via security.allowContent. Thanks to @philipdissert for finding and reporting this issue. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>