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
Steps for Reproduction
Expected behavior: No scripts should run
Actual behavior: Script runs on paste
Platforms: MacOS Sierra 10.12.6 Chrome 68.0.3440.84 Firefox Quantum 61.0.1 Safari 11.1.1 (Problem not present)
Version: 2.0.0-dev.2
While this may not be a likely scenario if all sources are trusted, this isn't always the case.
These lines are the problem: https://github.com/quilljs/quill/blob/ae22be5ac37a4ca62e22ff4866b4c455c2ec9d23/modules/clipboard.js#L87-L88
The fix: use DomParser or document.implementation.createHTMLDocument
The text was updated successfully, but these errors were encountered:
Fixed in #2226
Sorry, something went wrong.
No branches or pull requests
Steps for Reproduction
Expected behavior:
No scripts should run
Actual behavior:
Script runs on paste
Platforms:
MacOS Sierra 10.12.6
Chrome 68.0.3440.84
Firefox Quantum 61.0.1
Safari 11.1.1 (Problem not present)
Version:
2.0.0-dev.2
While this may not be a likely scenario if all sources are trusted, this isn't always the case.
These lines are the problem:
https://github.com/quilljs/quill/blob/ae22be5ac37a4ca62e22ff4866b4c455c2ec9d23/modules/clipboard.js#L87-L88
The fix:
use DomParser or document.implementation.createHTMLDocument
The text was updated successfully, but these errors were encountered: