fix(security): harden public CV edges
This commit is contained in:
@@ -408,6 +408,7 @@ export default function CvBuilderEditor() {
|
||||
ref={iframeRef}
|
||||
title="CV preview"
|
||||
srcDoc={html}
|
||||
sandbox="allow-same-origin"
|
||||
onLoad={onIframeLoad}
|
||||
style={{
|
||||
width: `${pageMetrics.widthMm}mm`, height: `${previewHeight}px`, border: "none",
|
||||
|
||||
Reference in New Issue
Block a user