~cytrogen/masto-fe

711a03766032a94e0b409f8a545770bc90c14f61 — Claire 2 years ago 785e650
Allow scripts in post embed previews (#25071)

1 files changed, 1 insertions(+), 1 deletions(-)

M app/javascript/mastodon/features/ui/components/embed_modal.jsx
M app/javascript/mastodon/features/ui/components/embed_modal.jsx => app/javascript/mastodon/features/ui/components/embed_modal.jsx +1 -1
@@ 85,7 85,7 @@ class EmbedModal extends ImmutablePureComponent {
            className='embed-modal__iframe'
            frameBorder='0'
            ref={this.setIframeRef}
            sandbox='allow-same-origin'
            sandbox='allow-scripts allow-same-origin'
            title='preview'
          />
        </div>