Opened 15 years ago
Closed 15 years ago
#3753 closed Bug (duplicate)
script tags are not protected in CKEditor
Reported by: | Martin Kou | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (CKEditor) - OLD |
Keywords: | Cc: |
Description
To reproduce:
- Put the following HTML code in Source mode
<p>abcd<script type="text/javascript">alert("hello world!");</script></p>
- Switch back to WYSIWYG mode.
- A hello world message is seen, indicating that the <script> tag is not protected.
DUP of #3407