Update index.js to include X-Sl-Allowcookies header
This commit is contained in:
@@ -33,6 +33,7 @@ async function handleExtensionSetup() {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"X-Sl-Allowcookies": true,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
device: Utils.getDeviceName(),
|
||||
|
||||
Reference in New Issue
Block a user