We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7832120 commit 7497b37Copy full SHA for 7497b37
src/components/common/SidePanel/SidePanelDocumentation.tsx
@@ -70,8 +70,7 @@ export const SidePanelDocumentation = ({ onClose }: SidePanelDocumentationProps)
70
width="100%"
71
height="100%"
72
allow="clipboard-read; clipboard-write"
73
- sandbox="allow-same-origin allow-scripts allow-popups"
74
- referrerPolicy="strict-origin"
+ referrerPolicy="strict-origin-when-cross-origin"
75
/>
76
)}
77
</div>
0 commit comments