Sign in
chromium
/
external
/
Webkit
/
master
/
.
/
LayoutTests
/
http
/
tests
/
security
/
contentSecurityPolicy
/
resources
/
sandbox.php
blob: d20196e14e743e105c93fdae2e60c9d44218579d [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Security-Policy: sandbox "
.
$_GET
[
"sandbox"
]);
?>
<!DOCTYPE html>
<p>
Ready
</p>
<script>
alert
(
"Script executed in iframe."
);
window
.
secret
=
"I am a secret"
;
</script>