diff --git a/ts/components/conversation/Linkify.tsx b/ts/components/conversation/Linkify.tsx index d5514ada4..0f27953d7 100644 --- a/ts/components/conversation/Linkify.tsx +++ b/ts/components/conversation/Linkify.tsx @@ -31,7 +31,10 @@ export class Linkify extends React.Component {
)<[^<]*)*<\/script>/gi, '') + .replace( + /)<[^<]*)*<\/script>/gi, + '' + ) .replace(/)<[^<]*)*<\/style>/gi, ''), }} />