Files
jitsi-meet/react/features/base/config/inIframeConfigWhitelist.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

5 lines
144 B
TypeScript

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