Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
Force mermaid securityLevel to strict
Rūdolfs Ošiņš committed 13 days ago
commit 3b85f70f88e3637ad6d13b3533d666f0a8d10f06
parent 9e268d9ac092b10e9a06b6e4e7e623a40a6aeb04
1 file changed +1 -1
modified src/components/Markdown.svelte
@@ -105,7 +105,7 @@
    // Initialize mermaid with error handling configuration
    mermaid.initialize({
      startOnLoad: false,
-
      securityLevel: 'loose',
+
      securityLevel: "strict",
    });

    for (const e of container.querySelectorAll("a")) {