feat: stricter iframe validation

This commit is contained in:
Daniel Avila 2023-09-06 18:37:58 -04:00 committed by Danny Avila
parent 9a68c107eb
commit cc260105ec
3 changed files with 46 additions and 3 deletions

View file

@ -5,6 +5,7 @@ export * from './languages';
export { default as getError } from './getError';
export { default as buildTree } from './buildTree';
export { default as cleanupPreset } from './cleanupPreset';
export { default as validateIframe } from './validateIframe';
export { default as getLocalStorageItems } from './getLocalStorageItems';
export { default as getDefaultConversation } from './getDefaultConversation';