Skip to content

Commit

Permalink
Add missing filtering for MathML href, src, and altimg attributes. Re…
Browse files Browse the repository at this point in the history
…solves issue mathjax#465.
  • Loading branch information
dpvc committed May 15, 2013
1 parent 1076b8e commit f2183fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unpacked/extensions/Safe.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
// Methods called for MathML attribute processing
//
filter: {
href: "filterURL",
src: "filterURL",
altimg: "filterURL",
"class": "filterClass",
style: "filterStyles",
id: "filterID",
Expand Down

0 comments on commit f2183fe

Please sign in to comment.