1
0
Fork 0
firefox/testing/web-platform/tests/fenced-frame/resources/ancestor-throttle-iframe-csp.https.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

18 lines
437 B
HTML

<!DOCTYPE html>
<html>
<script src="utils.js"></script>
<title>Header Inheritance CSP Reporting Page</title>
<body>
<script>
// This file is embedded in an iframe by ancestor-throttle-inner.https.html
// which in turn has been embedded in a fenced frame by
// ancestor-throttle.https.html
async function init() {
const [ancestor_key] = parseKeylist();
writeValueToServer(ancestor_key, "loaded");
}
init();
</script>
</body>
</html>