From 8833a2b8f863930822191de9e579c5729108df7d Mon Sep 17 00:00:00 2001 From: Tam Nguyen Duc <1218621+tamnd@users.noreply.github.com> Date: Mon, 15 Jun 2026 16:07:59 +0700 Subject: [PATCH] Strip downlevel IE conditional comments (#19) The sanitizer walked only element nodes, so a script hidden in a downlevel IE conditional comment slipped through. golang.org/x/net/html parses as a single comment node whose data holds the raw markup, so the element walk never sees the