Skip to content

Commit

Permalink
Clarify release notes for AllowCorsFrom
Browse files Browse the repository at this point in the history
  • Loading branch information
amyblais authored Jul 25, 2023
1 parent b4640c3 commit 1474d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/install/self-managed-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1474d63

Please sign in to comment.