Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for initMarkdownSanitizer (0.19 seconds)

  1. src/main/webapp/js/chat.js

                           'span','div'],
            ALLOWED_ATTR: ['href','src','alt','title','class'],
            ALLOW_DATA_ATTR: false,
            ALLOWED_URI_REGEXP: /^https?:\/\//i
        };
        function initMarkdownSanitizer() {
            if (markdownDomPurifyInitialized || typeof DOMPurify === 'undefined') return;
            // Register hook once: add rel="nofollow" to links, restrict class to code/pre/span/div
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 01:36:02 GMT 2026
    - 30.6K bytes
    - Click Count (0)
Back to Top