Opened 17 years ago
Closed 17 years ago
#1266 closed New Feature (fixed)
HtmlEncode the HTML produced with FCKeditor
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
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.
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.