mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-23 21:03:08 +09:00
10 lines
256 B
HTML
10 lines
256 B
HTML
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="Content-Security-Policy" content="child-src https://example.com">";
|
|
</head>
|
|
<body>
|
|
<iframe id="testframe"></iframe>
|
|
<script type="text/javascript" src="file_frame_src.js"></script>
|
|
</body>
|
|
</html>
|