Skip to content

Commit

Permalink
Merge pull request #4259 from janraasch/patch-1
Browse files Browse the repository at this point in the history
Add IE-only security attr to HTMLDOMPropertyConfig
  • Loading branch information
jimfb committed Jul 2, 2015
2 parents feee7a1 + b089b42 commit 8953033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 8953033

Please sign in to comment.