Skip to content

Commit

Permalink
fix(composer): enable convert_unsafe_embeds to fix security issue
Browse files Browse the repository at this point in the history
Fixes security issue 65

Refs: (#396)
  • Loading branch information
beawar authored May 15, 2024
1 parent 57bf439 commit ada79af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/integrations/composer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ const Composer: FC<ComposerProps> = ({
remove_script_host: false,
newline_behavior: 'default',
browser_spellcheck: true,
convert_unsafe_embeds: true,
...customInitOptions
}),
[
Expand Down

0 comments on commit ada79af

Please sign in to comment.