Update SplashScreen.vue to include X-Sl-Allowcookies header
This commit is contained in:
@@ -42,6 +42,9 @@ export default {
|
|||||||
method: "POST",
|
method: "POST",
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
device: Utils.getDeviceName(),
|
device: Utils.getDeviceName(),
|
||||||
|
},
|
||||||
|
headers: {
|
||||||
|
"X-Sl-Allowcookies": true,
|
||||||
}),
|
}),
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user