Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for sanitizeHtml (0.12 seconds)

  1. src/main/webapp/js/admin/bootstrap.min.js.map

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 180.9K bytes
    - Click Count (0)
  2. src/main/webapp/js/bootstrap.min.js.map

    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sun Jan 12 06:14:02 GMT 2025
    - 211.9K bytes
    - Click Count (0)
  3. 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