From e63450a5125436807e38864413ef8e9c81b9c698 Mon Sep 17 00:00:00 2001 From: Jesse <34263365+AmIJesse@users.noreply.github.com> Date: Thu, 11 Jul 2024 19:43:04 +0000 Subject: [PATCH] Update index.js to include X-Sl-Allowcookies header --- src/background/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/background/index.js b/src/background/index.js index bb982b0..733eb0b 100644 --- a/src/background/index.js +++ b/src/background/index.js @@ -33,6 +33,7 @@ async function handleExtensionSetup() { method: "POST", headers: { "Content-Type": "application/json", + "X-Sl-Allowcookies": true, }, body: JSON.stringify({ device: Utils.getDeviceName(),