From d25ac9b4e3ccddd69949e0897697bc4545457957 Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 8 Sep 2025 10:51:51 +1000 Subject: [PATCH 1/2] DOC-3209: AI Assistant plugin dialog preview now respects the content_security_policy editor option. --- modules/ROOT/pages/8.1.0-release-notes.adoc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index 3e7a6181b4..fdd39df426 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -54,6 +54,21 @@ The following premium plugin updates were released alongside {productname} {rele // For information on the **** plugin, see: xref:.adoc[]. +=== AI Assistant + +The {productname} {release-version} release includes an accompanying release of the **AI Assistant** premium plugin. + +**AI Assistant** includes the following fix. + +==== AI Assistant plugin dialog preview now respects the `content_security_policy` editor option +// TINY-12800 + +Previously, the AI Assistant plugin dialog preview did not adhere to the xref:tinymce-and-csp.adoc#content_security_policy[content_security_policy] editor option, resulting in limited control over the loading of external resources such as images. + +In {productname} {release-version}, the dialog preview now applies the configured content security policy when provided, ensuring that external resources are restricted according to the editor's security settings. This improvement enhances consistency, strengthens security, and aligns the plugin with user-defined policies in {productname}. + +For information on the **AI Assistant** plugin, see: xref:ai.adoc[AI Assistant] or `+content_security_policy+` option see xref:tinymce-and-csp.adoc#content_security_policy[Content Security Policy]. + [[improvements]] == Improvements From b1ad85fe9e120f2dae4169aa6102f9e29f4b49ec Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 15 Sep 2025 08:32:24 +1000 Subject: [PATCH 2/2] Update modules/ROOT/pages/8.1.0-release-notes.adoc Co-authored-by: Mitchell Crompton --- modules/ROOT/pages/8.1.0-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/8.1.0-release-notes.adoc b/modules/ROOT/pages/8.1.0-release-notes.adoc index fdd39df426..46757c0a82 100644 --- a/modules/ROOT/pages/8.1.0-release-notes.adoc +++ b/modules/ROOT/pages/8.1.0-release-notes.adoc @@ -67,7 +67,7 @@ Previously, the AI Assistant plugin dialog preview did not adhere to the xref:ti In {productname} {release-version}, the dialog preview now applies the configured content security policy when provided, ensuring that external resources are restricted according to the editor's security settings. This improvement enhances consistency, strengthens security, and aligns the plugin with user-defined policies in {productname}. -For information on the **AI Assistant** plugin, see: xref:ai.adoc[AI Assistant] or `+content_security_policy+` option see xref:tinymce-and-csp.adoc#content_security_policy[Content Security Policy]. +For information on the **AI Assistant** plugin, see: xref:ai.adoc[AI Assistant], or for information on the `+content_security_policy+` option see xref:tinymce-and-csp.adoc#content_security_policy[Content Security Policy]. [[improvements]]