This commit is contained in:
velzie 2024-08-24 23:47:48 -04:00
parent 71fd6f12ef
commit 4ac0fce534
No known key found for this signature in database
GPG key ID: 048413F95F0DDE1F

View file

@ -142,6 +142,7 @@ async function handleResponse(
let maybeHeaders = responseHeaders["set-cookie"] || [];
for (const cookie in maybeHeaders) {
if (client)
client.postMessage({
scramjet$type: "cookie",
cookie,