csp-frame-src-blocked-inner.html (317B)
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 `csp-frame-src-blocked.html` 6 // in the parent directory because of CSP violation. 7 const [key] = parseKeylist(); 8 writeValueToServer(key, "loaded"); 9 </script>