mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-18 02:13:08 +09:00
14 lines
373 B
HTML
14 lines
373 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1299483 - CSP: Implement 'strict-dynamic'</title>
|
|
</head>
|
|
<body>
|
|
|
|
<div id="testdiv">blocked</div>
|
|
<script nonce="foo" src="http://mochi.test:8888/tests/dom/security/test/csp/file_strict_dynamic_default_src.js"></script>
|
|
|
|
<img id="testimage" src="http://mochi.test:8888/tests/image/test/mochitest/blue.png"></img>
|
|
|
|
</body>
|
|
</html>
|