CkEditor 4.12.1 not secure affect wisej 2.5 and 3.5

0
0

Hi,

not a wisej problem but a ckeditor vulnerability.

Now it show a message “This CKEditor 4.12.1 version is not secure. Consider upgrading to the lasto one, 4.24.0-lts”

but the last version do not work with wisej.

For now I work around adding in startup.js of ckeditor extension

config.versionCheck = false;

best

Cristian

  • You must to post comments
0
0

Hi Christian,

A new property VersionCheck is going to be introduced for the CKEditor 4 extension in the newer version of Wisej 3.5.

As a workaround, you can do “CKEditor.Options.versionCheck = false” in your code.

Best regards,
Alaa

//

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.