Skip to content

Commit

Permalink
Update to CKEditor 4.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
icc authored and fnoks committed Jan 20, 2022
1 parent 9097184 commit 1ae19fd
Show file tree
Hide file tree
Showing 248 changed files with 14,211 additions and 22,232 deletions.
4,127 changes: 2,117 additions & 2,010 deletions ckeditor/CHANGES.md

Large diffs are not rendered by default.

2,871 changes: 1,436 additions & 1,435 deletions ckeditor/LICENSE.md

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions ckeditor/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Reporting a security issues

If you believe you have found a security issue in the CKEditor 4 software, please contact us immediately.

When reporting a potential security problem, please bear this in mind:

* Make sure to provide as many details as possible about the vulnerability.
* Please do not disclose publicly any security issues until we fix them and publish security releases.

Contact the security team at security@cksource.com. As soon as we receive the security report, we will work promptly to confirm the issue and then to provide a security fix.
16 changes: 16 additions & 0 deletions ckeditor/bender-runner.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"bender": {
"port": 9001
},
"server": {
"port": 9002
},
"paths": {
"ckeditor4": "../ckeditor4/",
"runner": "./src/runner.html"
},
"browsers": {
"linux": [ "chrome", "firefox" ],
"macos": [ "safari" ]
}
}
6 changes: 3 additions & 3 deletions ckeditor/build-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* @license Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
* @license Copyright (c) 2003-2022, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see LICENSE.md or https://ckeditor.com/license
*/

Expand All @@ -13,10 +13,10 @@
* (1) https://ckeditor.com/cke4/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) https://ckeditor.com/cke4/builder/f6426997d3353d1e6e286844a75d3a45
* (2) https://ckeditor.com/cke4/builder/84b6fa3dae0d9f3cb193260b476e8486
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) https://ckeditor.com/cke4/builder/download/f6426997d3353d1e6e286844a75d3a45
* (3) https://ckeditor.com/cke4/builder/download/84b6fa3dae0d9f3cb193260b476e8486
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
Expand Down
1,603 changes: 809 additions & 794 deletions ckeditor/ckeditor.js

Large diffs are not rendered by default.

Loading

0 comments on commit 1ae19fd

Please sign in to comment.