Skip to content

Commit

Permalink
chore: Add maxEdges to secure list
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Dec 7, 2023
1 parent f806de3 commit 3b7cabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/schemas/config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ properties:
in the current `currentConfig`.
This prevents malicious graph directives from overriding a site's default security.
default: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize']
default: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize', 'maxEdges']
type: array
items:
type: string
Expand Down

0 comments on commit 3b7cabe

Please sign in to comment.