chore: Add maxEdges to secure list

This commit is contained in:
Sidharth Vinod
2023-12-07 10:39:10 +05:30
parent f806de3a1d
commit 3b7cabee4b

View File

@@ -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