blob: 0a6fe1af8cd2dbd2f85a59b4e78f7441f1cd2a7b [file] [log] [blame]
<!DOCTYPE html>
<meta http-equiv="Content-Security-Policy" content="script-src 'self'" />
<html>
<body>
<h2>Webpage with an oopif causing an issue of inline violation type</h2>
<div>
<script class="violating-script">
alert("This should be blocked by CSP");
</script>
</div>
</body>
</html>