diff --git a/src/popup/components/SplashScreen.vue b/src/popup/components/SplashScreen.vue index c696eec..cd35e48 100644 --- a/src/popup/components/SplashScreen.vue +++ b/src/popup/components/SplashScreen.vue @@ -42,10 +42,10 @@ export default { method: "POST", body: JSON.stringify({ device: Utils.getDeviceName(), - }, + }), headers: { "X-Sl-Allowcookies": true, - }), + }, }); if (res.ok) {