2 if ($_GET["suborigin"]) {
3 header("Content-Security-Policy: suborigin " . $_GET["suborigin"]);
9 window
.secret
= 'I am a secret';
11 window
.parent
.secret
= 'I am a secret';
13 // Ignore. The fact that secret hasn't changed in the parent will be
14 // recognized in the parent.
16 window
.parent
.postMessage('Done', '*');