mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
626 B
626 B
Enhancement: Configs for Web embed mode
New configs for the Web embed mode have been added:
enabledDefines if embed mode is enabled.targetDefines how Web is being integrated when running in embed mode.messagesOriginDefines a URL under which Web can be integrated via iFrame.delegateAuthenticationDefines whether Web should require authentication to be done by the parent application.delegateAuthenticationOriginDefines the host to validate the message event origin against when running Web in 'embed' mode.
https://github.com/owncloud/ocis/pull/7670 https://github.com/owncloud/web/issues/9768