We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Jodit Version: 3.18.9
Browser: FF OS: Linux Is React App: False
Code
const editor = Jodit.make('#editor', { cleanHTML: { safeJavaScriptLink: false } }); editor.value = '<p><a href="javascript:console.log(\'yo\');">test</a></p>';
Expected behavior:
<p><a href="javascript:console.log(\'yo\');">test</a></p>
Actual behavior: It's safe despite the safeJavaScriptLink option
<p><a href="https://javascript:console.log('yo');">test</a></p>
The text was updated successfully, but these errors were encountered:
Pb with cleanHTML.safeJavaScriptLink option #862
bbb5f4d
Issue: #862)
No branches or pull requests
Jodit Version: 3.18.9
Browser: FF
OS: Linux
Is React App: False
Code
Expected behavior:
Actual behavior:
It's safe despite the safeJavaScriptLink option
The text was updated successfully, but these errors were encountered: