diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-01-27 09:50:57 +0100 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-02-09 07:32:01 +0100 |
commit | d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9 (patch) | |
tree | 123bc8a7852c20b3da511796e26829baf46f1e8a /dom | |
parent | 91d9f5d658d646e1ad1c0b3a28a9bba0094a44c6 (diff) | |
download | UXP-d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9.tar UXP-d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9.tar.gz UXP-d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9.tar.lz UXP-d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9.tar.xz UXP-d0ccfc6d08c6e17e52a29dbbe412c5b66d30a7d9.zip |
Bug 1420507
Diffstat (limited to 'dom')
-rw-r--r-- | dom/base/nsTreeSanitizer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/nsTreeSanitizer.cpp b/dom/base/nsTreeSanitizer.cpp index dc53ea5fa..323c851c1 100644 --- a/dom/base/nsTreeSanitizer.cpp +++ b/dom/base/nsTreeSanitizer.cpp @@ -169,6 +169,7 @@ nsIAtom** const kAttributesHTML[] = { &nsGkAtoms::contextmenu, &nsGkAtoms::controls, &nsGkAtoms::coords, + &nsGkAtoms::crossorigin, &nsGkAtoms::datetime, &nsGkAtoms::dir, &nsGkAtoms::disabled, @@ -185,6 +186,7 @@ nsIAtom** const kAttributesHTML[] = { &nsGkAtoms::hreflang, &nsGkAtoms::icon, &nsGkAtoms::id, + &nsGkAtoms::integrity, &nsGkAtoms::ismap, &nsGkAtoms::itemid, &nsGkAtoms::itemprop, |