ancestor-throttle-iframe-csp.https.html (437B)
1 <!DOCTYPE html> 2 <html> 3 <script src="utils.js"></script> 4 <title>Header Inheritance CSP Reporting Page</title> 5 <body> 6 <script> 7 // This file is embedded in an iframe by ancestor-throttle-inner.https.html 8 // which in turn has been embedded in a fenced frame by 9 // ancestor-throttle.https.html 10 async function init() { 11 const [ancestor_key] = parseKeylist(); 12 writeValueToServer(ancestor_key, "loaded"); 13 } 14 15 init(); 16 </script> 17 </body> 18 </html>