summaryrefslogtreecommitdiff
path: root/dom
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-01-27 09:50:57 +0100
committerwolfbeast <mcwerewolf@gmail.com>2018-02-09 07:32:01 +0100
commit5bf388fb99154bf602cf9dbbb6073249281fc336 (patch)
tree123bc8a7852c20b3da511796e26829baf46f1e8a /dom
parentf11b04dd3efc9c0626b5ca88d9348e0bf9d944ce (diff)
downloaduxp-5bf388fb99154bf602cf9dbbb6073249281fc336.tar.gz
Bug 1420507
Diffstat (limited to 'dom')
-rw-r--r--dom/base/nsTreeSanitizer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/dom/base/nsTreeSanitizer.cpp b/dom/base/nsTreeSanitizer.cpp
index dc53ea5fad..323c851c12 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,