1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-07-09 16:48:33 +00:00
Files
UXP/dom/security/test/csp/file_strict_dynamic_script_inline.html
T

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>