Securing iframe embedding
This is user's responsibility, but link rot happens.
Changes
1 changed files
(+2/-0)
-
-
xmlns="http://www.w3.org/1999/xhtml"
style={`width: ${node.width}px;height: ${node.height}px;`}
src={node.file}
+
sandbox="allow-scripts"
+
loading="lazy"
/>
</foreignObject>
);
- Authored by
-
Shota FUJI
- Authored at
-
- Committed by
-
Shota FUJI
- Committed at
-
- Signature
-
View
- Object name
- 7c78cb924f1551c0baf80863fef40840ef932b0a
- Parent
-
6d3a55a2
- Tab width
-