DO NOT UPGRADE TO LATEST VERSION

Jul 25, 2024 Copy Link

If you're working with a lower version than the latest one, you may hit a similar message: This CKEditor 4.22.1 version is not secure. Consider upgrading to the latest one, 4.24.0-its.

 

To solve this problem, add the following configuration line:

 

CKEDITOR.replace('your-textarea-id', {
    versionCheck: false
});

 

PERSONALLY, I didn't upgrade any tool unless there was a critical security issue so, if the version you use has a security issue, you should quickly consider upgrading it.

Share via

Filed in:

Tips CKEditor
Mahmoud Ramadan

Mahmoud Ramadan

Mahmoud is the creator of Digging Code and a contributor to Laravel since 2020.

Newly published

  • How to Enable Relationship Autoloading in Versions Before v12.8

    How to Enable Relationship Autol...

    FREE

  • Get your environment ready to welcome Laravel v12

    Get your environment ready to we...

    FREE

  • How to generate Arabic PDF using TCPDF

    How to generate Arabic PDF using...

    FREE