From 1474d631a89c8ba078d3227a721f983fed62cd53 Mon Sep 17 00:00:00 2001 From: Amy Blais <29708087+amyblais@users.noreply.github.com> Date: Tue, 25 Jul 2023 17:52:03 -0400 Subject: [PATCH] Clarify release notes for AllowCorsFrom --- source/install/self-managed-changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/install/self-managed-changelog.md b/source/install/self-managed-changelog.md index 46c81ef8a7d..680e548d88b 100644 --- a/source/install/self-managed-changelog.md +++ b/source/install/self-managed-changelog.md @@ -462,7 +462,7 @@ Mattermost v7.9.0 contains a low severity level security fix. [Upgrading](https: - Mattermost v7.8.7 contains no database or functional changes. - Updated prepackaged Boards to v7.8.7. - Fixed typo in the database migration scripts that broke idempotency. - - For servers wanting to allow websockets to connect from other origins, please set the ``ServiceSettings.AllowCorsFrom`` [config setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). + - For servers wanting to allow websockets to connect from origins other than the origin of the site URL, please set the ``ServiceSettings.AllowCorsFrom`` [config setting](https://docs.mattermost.com/configure/integrations-configuration-settings.html#enable-cross-origin-requests-from). Also ensure that the ``siteURL`` is set correctly. - **v7.8.6, released 2023-05-31** - Fixed an issue where the total user count was fetched for every client connection. It is only necessary to fetch this once. - Prepackaged version 1.3.0 of the Welcomebot plugin.