mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-15 07:31:00 +00:00
15 lines
373 B
HTML
15 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>
|