blob: a163677ffe36117e5de53ab1e1448e81ec814ea2 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Security-Policy" content="script-src 'none'">
</head>
<body>
<script>console.log("Inside Frame - CSP should prevent this");</script>
</body>
</html>