Skip to content

Commit f2183fe

Browse files
committed
Add missing filtering for MathML href, src, and altimg attributes. Resolves issue #465.
1 parent 1076b8e commit f2183fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unpacked/extensions/Safe.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@
102102
// Methods called for MathML attribute processing
103103
//
104104
filter: {
105+
href: "filterURL",
106+
src: "filterURL",
107+
altimg: "filterURL",
105108
"class": "filterClass",
106109
style: "filterStyles",
107110
id: "filterID",

0 commit comments

Comments
 (0)