Merge pull request #216 from AmIJesse/master
Include X-Sl-Allowcookies headers for onboarding
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "simplelogin-extension",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"betaRev": "0",
|
||||
"description": "SimpleLogin Browser Extension",
|
||||
"author": "extension@simplelogin.io",
|
||||
|
||||
@@ -33,6 +33,7 @@ async function handleExtensionSetup() {
|
||||
method: "POST",
|
||||
headers: {
|
||||
"Content-Type": "application/json",
|
||||
"X-Sl-Allowcookies": true,
|
||||
},
|
||||
body: JSON.stringify({
|
||||
device: Utils.getDeviceName(),
|
||||
|
||||
@@ -43,6 +43,9 @@ export default {
|
||||
body: JSON.stringify({
|
||||
device: Utils.getDeviceName(),
|
||||
}),
|
||||
headers: {
|
||||
"X-Sl-Allowcookies": true,
|
||||
},
|
||||
});
|
||||
|
||||
if (res.ok) {
|
||||
|
||||
Reference in New Issue
Block a user