Files
jitsi-meet/react/features/base/config/inIframeInterfaceConfigWhitelist.ts
Hristo Terezov 8f6f542e9c feat(inIframe-whitelists): Implement.
Now we are able to have a whitelist for config and interface config that will be used only for the case where jitsi-meet is loaded in an IFrame.
2025-02-25 07:41:53 -06:00

6 lines
157 B
TypeScript

/**
* Additional interface config whitelist extending the original whitelist in the case where jitsi-meet is loaded in an
* iframe.
*/
export default [];