Skip to content

Commit

Permalink
fix: fixed console error for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan-deriv committed Jun 6, 2024
1 parent 11f4779 commit 7cf020d
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 7cf020d

Please sign in to comment.