fix: low-severity security findings L3, L4, L5 (closes #6) #8
@@ -26,7 +26,10 @@ if (typeof browser !== "undefined") {
|
||||
uuid = crypto.randomUUID();
|
||||
storage.set({ eip6963Uuid: uuid });
|
||||
}
|
||||
window.postMessage({ type: "AUTISTMASK_PROVIDER_UUID", uuid }, location.origin);
|
||||
window.postMessage(
|
||||
{ type: "AUTISTMASK_PROVIDER_UUID", uuid },
|
||||
location.origin,
|
||||
);
|
||||
});
|
||||
})();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user