-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesmarkdownMarkdown support issuesMarkdown support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.21.1
- OS Version: MacOS High Sierra 10.13.3 (17D102)
Steps to Reproduce:
- Using markdown preview in combination with plantuml renderer
- run local plantuml server
docker run -d -p 8088:8080 plantuml/plantuml-server:tomcat - configure code to use local server for rendering
"plantuml.server": "http://localhost:8080", - preview a markdown with embedded plantUML content
- get error about unsafe content
The current code security settings for md preview only allow to enable/disable unsafe (HTTP without the S) entirely. Would it make sense to add an option that allows unsafe content from localhost but not from remote sources?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesmarkdownMarkdown support issuesMarkdown support issuesverification-neededVerification of issue is requestedVerification of issue is requestedverifiedVerification succeededVerification succeeded
