OWASP / java-html-sanitizer

Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.
Other
843 stars 213 forks source link

Allow colspan attribute on td and th elements #196

Open krische opened 4 years ago

krische commented 4 years ago

Allow the colspan attribute on td and th table elements in the TABLES policy factory.

Fixes #195

corebonts commented 2 years ago

Just a question: why you enable colspan but not rowspan?