mirror of
https://github.com/plebbit/seedit.git
synced 2025-12-23 22:17:55 -05:00
fix(challenge-modal): add allow-same-origin to iframe sandbox
This commit is contained in:
@@ -221,7 +221,7 @@ const RegularChallengeContent = ({ challenge, closeModal }: RegularChallengeCont
|
||||
<iframe
|
||||
ref={iframeRef}
|
||||
src={iframeUrlState}
|
||||
sandbox='allow-scripts allow-forms allow-popups allow-top-navigation-by-user-activation'
|
||||
sandbox='allow-scripts allow-forms allow-popups allow-same-origin allow-top-navigation-by-user-activation'
|
||||
onLoad={handleIframeLoad}
|
||||
className={styles.iframe}
|
||||
title={t('challenge_iframe', { defaultValue: 'Challenge authentication' })}
|
||||
|
||||
Reference in New Issue
Block a user