diff --git a/packages/mermaid/src/config.type.ts b/packages/mermaid/src/config.type.ts index 07eb8043b..b7cf27e72 100644 --- a/packages/mermaid/src/config.type.ts +++ b/packages/mermaid/src/config.type.ts @@ -105,9 +105,6 @@ export interface MermaidConfig { /** * This option controls which `currentConfig` keys are considered secure and * can only be changed via call to `mermaid.initialize`. - * Calls to `mermaid.reinitialize` cannot make changes to the secure keys - * in the current `currentConfig`. - * * This prevents malicious graph directives from overriding a site's default security. * */