Skip to content

Mashroom 2.9.3

Choose a tag to compare

@koflerju koflerju released this 10 Dec 08:39
· 105 commits to master since this release

Features

  • Added a server config property trustProxy which is forwarded to Express.
    The default value is 1, which means the actual client must only be one hop away.
    This setting is useful if you want to set secure: true on the session cookie, but Mashroom Server is behind a reverse proxy.

Fixes

  • HTTP Proxy: Fixed forwarding secure WebSocket connections (wss://) in the default proxy implementation
  • HTTP Proxy: Fixed error response error handling if targetUri is not a valid URL but was rewritten by an interceptor plugin to be one