Add IE-only security attr to HTMLDOMPropertyConfig

See https://msdn.microsoft.com/en-us/library/ms534622(v=vs.85).aspx for an in-depth specification.

This fixes #4169.
This commit is contained in:
Jan Raasch
2015-07-01 19:47:48 +02:00
parent ae9b2c0649
commit b089b427ab
@@ -183,6 +183,9 @@ var HTMLDOMPropertyConfig = {
itemRef: MUST_USE_ATTRIBUTE,
// property is supported for OpenGraph in meta tags.
property: null,
// IE-only attribute that specifies security restrictions on an iframe
// as an alternative to the sandbox attribute on IE<10
security: MUST_USE_ATTRIBUTE,
// IE-only attribute that controls focus behavior
unselectable: MUST_USE_ATTRIBUTE,
},