Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for soyons (0.03 seconds)

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

            }
            // Block URLs that look like protocol:// (unknown protocols)
            if (/^[a-z][a-z0-9+.-]*:/i.test(trimmedUrl)) {
                return '#';
            }
            // Allow other relative URLs (may contain colons in path/query)
            return url;
        }
    
        /**
         * Get file type icon based on URL or mimetype
         */
        function getFileTypeIcon(url, mimetype) {
            if (mimetype) {
    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