We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dd9b4 commit 13f6e78Copy full SHA for 13f6e78
1 file changed
public/tests/index.html
@@ -51,7 +51,8 @@ <h1>Draft.js filters – Manual copy/paste tests</h1>
51
<a href="/absolute">absolute link</a>,
52
<a href="relative">relative link</a>,
53
<a href="https://www.example.com/">full URL</a>,
54
- <a href="mailto:test@example.com">mailto</a>
+ <a href="mailto:test@example.com">mailto</a>,
55
+ <a href="javascript:alert('Hello, world!')">javascript</a>
56
</p>
57
<p>Image:</p>
58
<img src="../word-toolbars-overload.jpg" />
0 commit comments