Menu
Important
Stay updated on React2Shell

NO_DANGEROUS_HTML

Last updated March 4, 2025

Conformance is available on Enterprise plans

Unsafe creation of DOM can be done a variety of ways:

  • on iframe elements
  • prop in React apps

Usage of these methods is deemed an unsafe coding practice as the HTML might result in security vulnerabilities.

It is recommended to instead use alternative approaches for HTML construction - such as or a HTML sanitizer.


Was this helpful?

supported.