blob: e0b7d0982ae384df24ec20ef53ab270d57b9c9c9 [file] [log] [blame] [edit]
<!DOCTYPE html>
<script src="utils.js"></script>
<title>A page embedded as a fenced frame that reports the document URL</title>
<script>
const [uuid] = parseKeylist();
writeValueToServer(uuid, location.href);
</script>