Skip to content

Commit

Permalink
Set enableScriptExecution to false by default (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
kachkaev authored and shd101wyy committed Apr 15, 2018
1 parent 63c573a commit 441cbd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -390,8 +390,8 @@
"type": "string"
},
"markdown-preview-enhanced.enableScriptExecution": {
"description": "Disabling this will prevent executing code chunks and importing javascript files.",
"default": true,
"description": "Enables executing code chunks and importing javascript files.\n⚠️ Please use this feature with caution because it may put your security at risk! Your machine can get hacked if someone makes you open a markdown with malicious code while script execution is enabled.",
"default": false,
"type": "boolean"
}
}
Expand Down

0 comments on commit 441cbd8

Please sign in to comment.