public interface UrlSanitizer
Implementation based on https://github.com/OWASP/java-html-sanitizer/blob/f07e44b034a45d94d6fd010279073c38b6933072/src/main/java/org/owasp/html/FilterUrlByProtocolAttributePolicy.java
| Modifier and Type | Method and Description |
|---|---|
String |
sanitizeImageUrl(String url)
Sanitize a url for use in the src attribute of a
Image. |
String |
sanitizeLinkUrl(String url)
Sanitize a url for use in the href attribute of a
Link. |
Copyright © 2021. All rights reserved.