ckeditor / ckeditor4-react

Official CKEditor 4 React component.
Other
95 stars 51 forks source link

Throws an error regarding version is not secure #304

Open connectaryal opened 4 months ago

connectaryal commented 4 months ago

Are you reporting a feature request or a bug?

Bug

Provide detailed reproduction steps (if any)

Currently, I am using CKEditor in my React app. To integrate into the react application I use ckeditor4-react of version 4.1.2. It was working completely fine but today the editor shows an error "This CKEditor 4.22.1 (Standard) version is not secure. Consider upgrading to the latest one, 4.24.0-lts.".

Expected result

I do not want to upgrade the version and I just want to remove the error. How can I remove it?

What is the expected result of the above steps?

Willian-Fernandes-Andela commented 1 week ago

@connectaryal, have you found a solution for this?

jharte-srcinc commented 1 week ago

add versionCheck: false to your config.

https://[ckeditor.com/blog/important-update-for-ckeditor-4-users/](https://ckeditor.com/blog/important-update-for-ckeditor-4-users/)

jacekbogdanski commented 1 week ago

Starting July 1st, we activated security notifications for CKEditor 4. You can learn why that step was required from our blogpost: https://ckeditor.com/blog/important-update-for-ckeditor-4-users/

If you change the versionCheck to false that doesn’t mean you are using a secure CKEditor 4.

If you are interested in more details about CKEditor 4 LTS (secure version of the editor), please contact us directly.

jharte-srcinc commented 1 week ago

If you change the versionCheck to false that doesn’t mean you are using a secure CKEditor 4.

Understood.

connectaryal commented 1 week ago

@connectaryal, have you found a solution for this?

I could not figure out the solution yet but Now it only shows for random users but not all users.

armenio2 commented 6 days ago

image add version false in the end of the configuration.