1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

Remove a safari hack (#224)

This commit is contained in:
Oscar Hinton
2021-02-03 18:02:02 +01:00
committed by GitHub
parent 859f317d59
commit 11249e3444

View File

@@ -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;