-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Problems
-
dangerouslySetInnerHTMLin YMetrika —src/components/YMetrika/index.tsx
Script string is built via template literal interpolation. Migrate to Next.js<Script>component withstrategy="afterInteractive". Remove HTML comments from inside the script body. -
Iframe Embed without
sandbox—src/components/Embed/index.tsx:17-23
<iframe>renders arbitrarysrcfrom MDX without restrictions. Add security attributes:<iframe src={props.src} sandbox="allow-scripts allow-same-origin" loading="lazy" style={{ border: 'none' }} />
Also remove deprecated
frameBorderattribute.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels