Skip to content

Commit 977248b

Browse files
DOC-3267: Deprecate content_css_cors option (#3835)
* DOC-3267: Deprecate content_css_cors option * DOC-3209: Add missing release note mention. --------- Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 5ecb6b1 commit 977248b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

modules/ROOT/pages/8.1.0-release-notes.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,10 @@ This caused issues when opening such links, as the URLs became invalid. In {rele
407407

408408
// placeholder here.
409409

410+
=== The `content_css_cors` configuration option has been deprecated
411+
// #TINY-12578
412+
413+
As of {productname} {release-version}, the `content_css_cors` configuration option has been marked as *deprecated*. It will be completely removed in the upcoming {productname} 9.0 release. As an alternative, we recommend using xref:tinymce-and-cors.adoc#crossorigin[crossorigin] instead.
410414

411415
[[known-issues]]
412416
== Known issues

modules/ROOT/partials/configuration/content_css_cors.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[[content_css_cors]]
22
== `+content_css_cors+`
33

4+
IMPORTANT: This option has been marked as *deprecated*. It will be completely removed in the upcoming {productname} 9.0 release. As an alternative, we recommend using xref:tinymce-and-cors.adoc#crossorigin[`crossorigin`] instead.
5+
46
When `+content_css_cors+` is set to `+true+`, the editor will add a `+crossorigin="anonymous"+` attribute to the link tags that the StyleSheetLoader uses when loading the `+content_css+`. This allows you to host the `+content_css+` on a different server than the editor itself.
57

68
*Type:* `+Boolean+`

0 commit comments

Comments
 (0)