From f2183fead52b4cb79cbffec31145621d889c7e19 Mon Sep 17 00:00:00 2001 From: "Davide P. Cervone" Date: Wed, 15 May 2013 11:41:13 -0400 Subject: [PATCH] Add missing filtering for MathML href, src, and altimg attributes. Resolves issue #465. --- unpacked/extensions/Safe.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unpacked/extensions/Safe.js b/unpacked/extensions/Safe.js index 998c4704d..71855fda9 100644 --- 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",