fix: low-severity security findings L3, L4, L5 (closes #6) #8

Merged
sneak merged 7 commits from fix/low-severity-security into main 2026-02-27 23:19:09 +01:00
Showing only changes of commit 4fdbc5adae - Show all commits

View File

@@ -26,7 +26,10 @@ if (typeof browser !== "undefined") {
uuid = crypto.randomUUID(); uuid = crypto.randomUUID();
storage.set({ eip6963Uuid: uuid }); storage.set({ eip6963Uuid: uuid });
} }
window.postMessage({ type: "AUTISTMASK_PROVIDER_UUID", uuid }, location.origin); window.postMessage(
{ type: "AUTISTMASK_PROVIDER_UUID", uuid },
location.origin,
);
}); });
})(); })();