mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-15 07:21:00 +00:00
15 lines
249 B
HTML
15 lines
249 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Bug 1299483 - CSP: Implement 'strict-dynamic'</title>
|
|
</head>
|
|
<body>
|
|
<div id="testdiv">blocked</div>
|
|
|
|
<script nonce="foo">
|
|
document.getElementById("testdiv").innerHTML = "allowed";
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|