mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-24 13:23:08 +09:00
15 lines
396 B
HTML
15 lines
396 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>script-hash allowed from default-src</title>
|
|
<script src="/resources/testharness.js"></script>
|
|
<script src="/resources/testharnessreport.js"></script>
|
|
|
|
<script>done();</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="log"></div>
|
|
<script async defer src="../support/checkReport.sub.js?reportExists=false"></script>
|
|
</body>
|
|
</html>
|