Sign in
webkit
/
WebKit
/
c86e9758c264764cb92416ce4df87787cb59e01e
/
.
/
LayoutTests
/
inspector
/
debugger
/
resources
/
csp-exception-iframe.html
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>