Skip to content

Commit

Permalink
Merge pull request #103 from shayan-deriv/shayan/fix-iframe-error-in-…
Browse files Browse the repository at this point in the history
…console-tab

fix: fixed console error for iframe
  • Loading branch information
farrah-deriv authored Jun 6, 2024
2 parents 11f4779 + 7cf020d commit d994802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DerivIframe/DerivIframe.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const DerivIframe = () => (
<iframe
id='localstorage-sync'
sandbox='allow-scripts'
sandbox='allow-same-origin allow-scripts'
src='../../../../localstorage-sync.html'
style={{ display: 'none', visibility: 'hidden' }}
/>
Expand Down

0 comments on commit d994802

Please sign in to comment.