- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for allowUrlProtocols (0.05 seconds)
-
src/main/java/org/codelibs/fess/helper/MarkdownRenderer.java
.allowElements("a") .allowUrlProtocols("http", "https") .allowAttributes("href") .onElements("a") .requireRelNofollowOnLinks() // Images - only allow http/https protocols .allowElements("img") .allowUrlProtocols("http", "https") .allowAttributes("src", "alt", "title")
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)