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:

  1. Put the following HTML code in Source mode
    <p>abcd<script type="text/javascript">alert("hello world!");</script></p>
    
  2. Switch back to WYSIWYG mode.
  3. A hello world message is seen, indicating that the <script> tag is not protected.

Change History (1)

comment:1 Changed 15 years ago by Artur Formella

Resolution: duplicate
Status: newclosed

DUP of #3407

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy