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