From 63f81f36a964094521e2749d6ab2d698a1e81c6f Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 27 Jun 2024 17:03:08 +0530 Subject: [PATCH] chore: Update config.type.ts --- packages/mermaid/src/config.type.ts | 3 --- 1 file changed, 3 deletions(-) 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. * */