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.
2 parents d9ec262 + 2008882 commit 68a1083Copy full SHA for 68a1083
src/main/java/org/jsoup/safety/Whitelist.java
@@ -336,7 +336,7 @@ protected boolean isSafeTag(String tag) {
336
* @param attr attribute under test
337
* @return true if allowed
338
*/
339
- boolean isSafeAttribute(String tagName, Element el, Attribute attr) {
+ protected boolean isSafeAttribute(String tagName, Element el, Attribute attr) {
340
TagName tag = TagName.valueOf(tagName);
341
AttributeKey key = AttributeKey.valueOf(attr.getKey());
342
0 commit comments