diff --git a/src/services/api.service.ts b/src/services/api.service.ts index b35a1d0886b..41908283f3d 100644 --- a/src/services/api.service.ts +++ b/src/services/api.service.ts @@ -1318,7 +1318,7 @@ export class ApiService implements ApiServiceAbstraction { } private getCredentials(): RequestCredentials { - if (this.device !== DeviceType.SafariExtension && (!this.isWebClient || this.usingBaseUrl)) { + if (!this.isWebClient || this.usingBaseUrl) { return 'include'; } return undefined;