report-url.html (219B)
1 <!DOCTYPE html> 2 <script src="utils.js"></script> 3 <title>A page embedded as a fenced frame that reports the document URL</title> 4 <script> 5 const [uuid] = parseKeylist(); 6 writeValueToServer(uuid, location.href); 7 </script>