Skip to content

Commit

Permalink
Remove svg and select elements from HTML previews
Browse files Browse the repository at this point in the history
  • Loading branch information
Karasiq committed Sep 13, 2020
1 parent 40947d4 commit 5193779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata/markdown/src/main/resources/reference.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ shadowcloud.metadata {
extensions = [html, htm, xhtml]
mimes = [text/html]
size-limit = 20M
remove-elements = [img, video, link, script, style, button, form, input, textarea, frame, iframe]
remove-elements = [img, video, link, script, style, button, form, input, textarea, frame, iframe, svg, select]
}
}
}

0 comments on commit 5193779

Please sign in to comment.