mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Make sure scripts in md preview are properly evaluated
Fixes #243454 This restores the previous behavior. If the default security settings are used, scripts will still block blocked by the CSP. If you fully disable the security settings, then we'll try to run them
This commit is contained in:
@@ -768,7 +768,7 @@
|
||||
"highlight.js": "^11.8.0",
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-front-matter": "^0.2.4",
|
||||
"morphdom": "^2.6.1",
|
||||
"morphdom": "^2.7.4",
|
||||
"picomatch": "^2.3.1",
|
||||
"punycode": "^2.3.1",
|
||||
"vscode-languageclient": "^8.0.2",
|
||||
|
||||
Reference in New Issue
Block a user