blob: fad80534f22bdc63e7a4827cef07b17335134b71 [file] [log] [blame]
<!DOCTYPE html>
<head>
<script src="/cookies/resources/cookie-helper.sub.js"></script>
<script>
function reportSubresourceCookies() {
credFetch(SECURE_ORIGIN + "/cookies/resources/list.py")
.then(r => r.json())
.then(cookies => { cookies.type = "COOKIES";
window.parent.postMessage(cookies, "*");});
}
</script>
</head>
<body onload="reportSubresourceCookies()">