Login to follow
SanitizeHtmlAllowedTags

SanitizeHtmlAllowedTags (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 02 April 2025 by OutSystems Labs
SanitizeHtmlAllowedTags

SanitizeHtmlAllowedTags (ODC)

Documentation
0.1.0
  • inputHtml: Pass the raw HTML content you want to sanitize (string input).

    • Example:

      This is a sample content.

  • allowedHtmlTags: Provide an array of tags you want to allow in the sanitized HTML.

    • Example: ["p", "b"] (This will keep

      and tags, and remove others like