Skip to content

Commit

Permalink
Add referrerPolicy to HTMLDOMPropertyConfig (#7274)
Browse files Browse the repository at this point in the history
  • Loading branch information
aweary authored and zpao committed Jul 13, 2016
1 parent f02cbba commit cccef3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderers/dom/shared/HTMLDOMPropertyConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ var HTMLDOMPropertyConfig = {
profile: 0,
radioGroup: 0,
readOnly: HAS_BOOLEAN_VALUE,
referrerPolicy: 0,
rel: 0,
required: HAS_BOOLEAN_VALUE,
reversed: HAS_BOOLEAN_VALUE,
Expand Down

0 comments on commit cccef3c

Please sign in to comment.