blob: 2c5d5857f2d6400f582b1170d435a027fe644491 (
plain)
1
2
3
4
5
6
7
8
9
10
|
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Content-Security-Policy" content="frame-src https://example.com; child-src 'none'">";
</head>
<body>
<iframe id="testframe"></iframe>
<script type="text/javascript" src="file_frame_src.js"></script>
</body>
</html>
|