blob: e0b7d0982ae384df24ec20ef53ab270d57b9c9c9 (
plain)
1
2
3
4
5
6
7
|
<!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>
|