Skip to content

Commit 575d1a5

Browse files
committed
Merge pull request #5442 from nickclaw/patch-1
Allow nonce attribute
2 parents eecd295 + e39f514 commit 575d1a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderers/dom/shared/HTMLDOMPropertyConfig.js

+1
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ var HTMLDOMPropertyConfig = {
128128
multiple: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
129129
muted: MUST_USE_PROPERTY | HAS_BOOLEAN_VALUE,
130130
name: null,
131+
nonce: MUST_USE_ATTRIBUTE,
131132
noValidate: HAS_BOOLEAN_VALUE,
132133
open: HAS_BOOLEAN_VALUE,
133134
optimum: null,

0 commit comments

Comments
 (0)