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