csp-fenced-frame-src-blocked-inner.html (329B)
1 <!DOCTYPE html> 2 <script src="utils.js"></script> 3 <title>Page embedded as a fenced frame</title> 4 <script> 5 // This file is expected to be unreachable from 6 // `csp-fenced-frame-src-blocked.html` in the parent directory because of CSP 7 // violation. 8 const [key] = parseKeylist(); 9 writeValueToServer(key, "loaded"); 10 </script>