Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for sanitizeHtml (0.04 seconds)

  1. src/main/java/org/codelibs/fess/helper/MarkdownRenderer.java

                // Sanitize HTML to prevent XSS
                final String sanitizedHtml = htmlSanitizer.sanitize(html);
    
                if (logger.isDebugEnabled()) {
                    logger.debug("Rendered markdown. inputLength={}, outputLength={}", markdown.length(), sanitizedHtml.length());
                }
    
                return sanitizedHtml;
            } catch (final Exception e) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Mon Jan 12 10:32:40 GMT 2026
    - 5.3K bytes
    - Click Count (0)
Back to Top