Ticket #1266 (closed New Feature: fixed)

Opened 22 months ago

Last modified 22 months ago

HtmlEncode the HTML produced with FCKeditor

Reported by: fredck Owned by: fredck
Priority: Normal Milestone: FCKeditor 2.5 Beta
Component: General Version:
Keywords: Cc:

Description

On some situations, like #294, the platform may avoid posting HTML data, for security reasons. There should be a generic way to configure FCKeditor to produce HTML encoded data.

Change History

Changed 22 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed

This feature has been introduced with [847]. A new setting called HtmlEncodeOutput is now available to instruct the editor to encode the HTML produced with it.

Only these characters will be encoded: &, < and >. Applications that use this feature must decode only those three characters.

Note: See TracTickets for help on using tickets.