We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e2322 commit 39e47fcCopy full SHA for 39e47fc
src/main/java/org/owasp/html/HtmlPolicyBuilder.java
@@ -465,6 +465,9 @@ public HtmlPolicyBuilder allowStyling(CssSchema whitelist) {
465
466
/**
467
* Allow URLs in CSS styles.
468
+ * For example,
469
+ * {@code <span style="background-image: url(http://example.com/image.png)">}.
470
+ * <p>
471
* URLs in CSS are typically loaded without user-interaction, the way links
472
* are, so a greater degree of scrutiny is warranted.
473
*
0 commit comments