Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions modules/ROOT/pages/8.1.0-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,10 @@ The following premium plugin updates were released alongside {productname} {rele

// placeholder here.

=== The `content_css_cors` configuration option has been deprecated
// #TINY-12578

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.

[[known-issues]]
== Known issues
Expand Down
2 changes: 2 additions & 0 deletions modules/ROOT/partials/configuration/content_css_cors.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[[content_css_cors]]
== `+content_css_cors+`

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.

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.

*Type:* `+Boolean+`
Expand Down