Files
gstack/browse
Garry TanandClaude Fable 5 36c608eb6e security(browse): drop .svg from the load-html extension allowlist
SVG is a script-capable format (inline <script>, event handlers, foreign
objects), so allowing it through load-html's HTML allowlist let a local
.svg execute script in the browse session context. The allowlist is now
.html/.htm/.xhtml only; regression test asserts .svg is rejected.

Contributed by @garagon (PR #1153).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-14 20:21:01 -07:00
..