Unsanitized Clipboard
<!doctype html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="ProgId" content="Excel.Sheet" /> <meta name="Generator" content="Microsoft Excel 15" /> <title>Excel</title> <script> alert(1); </script> <style> body { font-family: HK Grotesk; background-color: var(--color-bg); } </style> </head> <body> <div>hello</div> </body> </html>
Paste unsanitized and sanitized HTML
Unsanitized HTML
Sanitized HTML