ckeditor / ckeditor4

The best enterprise-grade WYSIWYG editor. Fully customizable with countless features and plugins.
https://ckeditor.com/ckeditor-4
Other
5.79k stars 2.47k forks source link

Cache key not applied everywhere #4761

Closed TZanke closed 2 years ago

TZanke commented 3 years ago

Type of report

Bug

Provide detailed reproduction steps (if any)

  1. Open browser with debug tools
  2. Open CKEditor demo page: https://ckeditor.com/ckeditor-4/demo/

Expected result

Every file should have a ?t=123 cache key.

tableselection.css?t=123

Actual result

At least some, like tableselection.css do not have a cache key.

tableselection.css

Other details

sculpt0r commented 3 years ago

Hi @TZanke Thank you for the report. I can confirm this issue.

Related issue (already closed) is: https://github.com/ckeditor/ckeditor4/issues/731

So we have here:

CKEditorBot commented 3 years ago

Closed in https://github.com/ckeditor/ckeditor4/pull/4852

jacekbogdanski commented 2 years ago

Unfortunately, we had to roll back this fix as it started to break relative CSS links. We will work on it for the next release.

CKEditorBot commented 2 years ago

Closed in https://github.com/ckeditor/ckeditor4/pull/5003