www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f2183fead52b4cb79cbffec31145621d889c7e19
parent 1076b8eb5f5e54c1158b4ae34d4f4861fe9f052f
Author: Davide P. Cervone <dpvc@union.edu>
Date:   Wed, 15 May 2013 11:41:13 -0400

Add missing filtering for MathML href, src, and altimg attributes.  Resolves issue #465.

Diffstat:
Munpacked/extensions/Safe.js | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/unpacked/extensions/Safe.js b/unpacked/extensions/Safe.js @@ -102,6 +102,9 @@ // Methods called for MathML attribute processing // filter: { + href: "filterURL", + src: "filterURL", + altimg: "filterURL", "class": "filterClass", style: "filterStyles", id: "filterID",