blob: 13167b76c19c01a9c54e9fbd79508091ca93e75d [file] [log] [blame]
<?php
header("Content-Security-Policy: require-trusted-types-for 'script';");
?>
<!DOCTYPE html>
<html>
<body>
<div id="exampleDiv"></div>
<script>
document.getElementById("exampleDiv").innerHTML = "foo";
</script>
</body>
</html>