diff --git a/sanitize/sanitize.go b/sanitize/sanitize.go index aee7daa..544458a 100644 --- a/sanitize/sanitize.go +++ b/sanitize/sanitize.go @@ -2,9 +2,11 @@ // the saved page is inert: a photograph, not a program. // // It parses with golang.org/x/net/html, walks the tree, and deletes scripts, -// event handlers, javascript: URLs, and the dead preconnect/preload hints that -// mean nothing offline — while leaving styles, images, fonts, forms, and all -// semantic markup untouched so the layout survives intact. +// event handlers, javascript: URLs, downlevel IE conditional comments (which +// can smuggle a +
real