Skip to content

Commit

Permalink
html-filter: allow summary and details html element. Thanks to naejadu
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneBab committed Sep 9, 2023
1 parent 5bda2ac commit 7c46803
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/freenet/client/filter/HTMLFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,9 @@ private static Map<String, TagVerifier> getAllowedTagVerifiers()
"article",
"section",
"hgroup",
"wbr"};
"wbr",
"summary",
"details"};
for (String x: group2)
allowedTagsVerifiers.put(
x,
Expand Down

0 comments on commit 7c46803

Please sign in to comment.