Skip to content

Commit

Permalink
Set default resolveExternalEntities as false
Browse files Browse the repository at this point in the history
Set default resolveExternalEntities as false

Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr authored and fbricon committed Oct 28, 2019
1 parent d2dd551 commit ad4b2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@
},
"xml.validation.resolveExternalEntities": {
"type": "boolean",
"default": true,
"default": false,
"description": "Enable/disable resolve of external entities.",
"scope": "window"
},
Expand Down

0 comments on commit ad4b2f6

Please sign in to comment.