Update index.js to include X-Sl-Allowcookies header

This commit is contained in:
Jesse
2024-07-11 19:43:04 +00:00
committed by GitHub
parent a4fefbdd8c
commit e63450a512
+1
View File
@@ -33,6 +33,7 @@ async function handleExtensionSetup() {
method: "POST",
headers: {
"Content-Type": "application/json",
"X-Sl-Allowcookies": true,
},
body: JSON.stringify({
device: Utils.getDeviceName(),