Flowchart securityLevel: "antiscript"
disables click callback functionality
#5944
Labels
Status: Triage
Needs to be verified, categorized, etc
Type: Bug / Error
Something isn't working or is incorrect
Description
Following the flowchart documentation, I've created a clickable element that triggers a javascript callback function. This callback works when
securityLevel: "loose"
but fails to trigger whensecurityLevel: "antiscript"
. I've linked a jsfiddle where you can swap betweensecurityLevel
settings to see. Is this intended behaviour?I was hoping
antiscript
would remove any potential malicious<script>
from the markdown but retain the functionality ofclick A callback
Steps to reproduce
https://jsfiddle.net/Lb6q8uyz/2
Screenshots
No response
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: