script tags and javascript:alert is allowed, even if invalid_elements and allow_script_urls is set #373
-
Hi, I want to remove the
I have got the above attributes from the official documentation. In the editor, I have typed the below text I want am expecting - script tag to be removed Javascript code example - In the editor, I have typed the below text I am expecting the output as - javascript: portion to be removed I am using the following versions - Is the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
It does remove scripts, try this demo for example: |
Beta Was this translation helpful? Give feedback.
It does remove scripts, try this demo for example:
https://codesandbox.io/s/removing-scripts-wqn7nd?file=/src/index.js