diff --git a/src/widget/chat-frame.tsx b/src/widget/chat-frame.tsx index 6295000..89ed125 100644 --- a/src/widget/chat-frame.tsx +++ b/src/widget/chat-frame.tsx @@ -17,7 +17,8 @@ export default class ChatFrame extends Component { height={isMobile ? '94%' : '100%'} frameBorder='0' allowTransparency - style='background-color:transparent' /> + style='background-color:transparent' + sandbox="allow-same-origin allow-scripts"/> ); } }